|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.eu.miscedautils.ipxact.Abstractor.NameValuePairType
com.eu.miscedautils.ipxact.Abstractor.NameValueTypeType
public class NameValueTypeType
Name value pair with data type information.
Java class for nameValueTypeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="nameValueTypeType"> <complexContent> <extension base="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}nameValuePairType"> <attribute name="dataType" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="usageType" default="nontyped"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="nontyped"/> <enumeration value="typed"/> </restriction> </simpleType> </attribute> <anyAttribute processContents='lax'/> </extension> </complexContent> </complexType>
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.eu.miscedautils.ipxact.Abstractor.NameValuePairType |
---|
NameValuePairType.Value |
Constructor Summary | |
---|---|
NameValueTypeType()
|
Method Summary | |
---|---|
java.lang.String |
getDataType()
Gets the value of the dataType property. |
java.lang.String |
getUsageType()
Gets the value of the usageType property. |
void |
setDataType(java.lang.String value)
Sets the value of the dataType property. |
void |
setUsageType(java.lang.String value)
Sets the value of the usageType property. |
Methods inherited from class com.eu.miscedautils.ipxact.Abstractor.NameValuePairType |
---|
getDescription, getDisplayName, getName, getOtherAttributes, getValue, getVendorExtensions, setDescription, setDisplayName, setName, setValue, setVendorExtensions |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NameValueTypeType()
Method Detail |
---|
public java.lang.String getDataType()
String
public void setDataType(java.lang.String value)
value
- allowed object is
String
public java.lang.String getUsageType()
String
public void setUsageType(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |