java.lang.Object
nl.tno.omt.DataTypesType
Java class for dataTypesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="dataTypesType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="basicDataRepresentations" type="{http://standards.ieee.org/IEEE1516-2010}basicDataRepresentationsType"/>
<element name="simpleDataTypes" type="{http://standards.ieee.org/IEEE1516-2010}simpleDataTypesType"/>
<element name="enumeratedDataTypes" type="{http://standards.ieee.org/IEEE1516-2010}enumeratedDataTypesType"/>
<element name="arrayDataTypes">
<complexType>
<complexContent>
<extension base="{http://standards.ieee.org/IEEE1516-2010}arrayDataTypesType">
<anyAttribute namespace='##other'/>
</extension>
</complexContent>
</complexType>
</element>
<element name="fixedRecordDataTypes" type="{http://standards.ieee.org/IEEE1516-2010}fixedRecordDataTypesType"/>
<element name="variantRecordDataTypes" type="{http://standards.ieee.org/IEEE1516-2010}variantRecordDataTypesType"/>
<any namespace='##other' minOccurs="0"/>
</sequence>
<attGroup ref="{http://standards.ieee.org/IEEE1516-2010}commonAttributes"/>
<anyAttribute namespace='##other'/>
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Objectprotected DataTypesType.ArrayDataTypesprotected BasicDataRepresentationsTypeprotected EnumeratedDataTypesTypeprotected FixedRecordDataTypesTypeprotected Stringprotected Stringprotected SimpleDataTypesTypeprotected VariantRecordDataTypesType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAny()Gets the value of the any property.Gets the value of the arrayDataTypes property.Gets the value of the basicDataRepresentations property.Gets the value of the enumeratedDataTypes property.Gets the value of the fixedRecordDataTypes property.getIdtag()Gets the value of the idtag property.getNotes()Gets the value of the notes property.Gets a map that contains attributes that aren't bound to any typed property on this class.Gets the value of the simpleDataTypes property.Gets the value of the variantRecordDataTypes property.voidSets the value of the any property.voidSets the value of the arrayDataTypes property.voidSets the value of the basicDataRepresentations property.voidSets the value of the enumeratedDataTypes property.voidSets the value of the fixedRecordDataTypes property.voidSets the value of the idtag property.voidSets the value of the notes property.voidSets the value of the simpleDataTypes property.voidSets the value of the variantRecordDataTypes property.
-
Field Details
-
basicDataRepresentations
-
simpleDataTypes
-
enumeratedDataTypes
-
arrayDataTypes
-
fixedRecordDataTypes
-
variantRecordDataTypes
-
any
-
notes
-
idtag
-
-
Constructor Details
-
DataTypesType
public DataTypesType()
-
-
Method Details
-
getBasicDataRepresentations
Gets the value of the basicDataRepresentations property.- Returns:
- possible object is
BasicDataRepresentationsType
-
setBasicDataRepresentations
Sets the value of the basicDataRepresentations property.- Parameters:
value- allowed object isBasicDataRepresentationsType
-
getSimpleDataTypes
Gets the value of the simpleDataTypes property.- Returns:
- possible object is
SimpleDataTypesType
-
setSimpleDataTypes
Sets the value of the simpleDataTypes property.- Parameters:
value- allowed object isSimpleDataTypesType
-
getEnumeratedDataTypes
Gets the value of the enumeratedDataTypes property.- Returns:
- possible object is
EnumeratedDataTypesType
-
setEnumeratedDataTypes
Sets the value of the enumeratedDataTypes property.- Parameters:
value- allowed object isEnumeratedDataTypesType
-
getArrayDataTypes
Gets the value of the arrayDataTypes property.- Returns:
- possible object is
DataTypesType.ArrayDataTypes
-
setArrayDataTypes
Sets the value of the arrayDataTypes property.- Parameters:
value- allowed object isDataTypesType.ArrayDataTypes
-
getFixedRecordDataTypes
Gets the value of the fixedRecordDataTypes property.- Returns:
- possible object is
FixedRecordDataTypesType
-
setFixedRecordDataTypes
Sets the value of the fixedRecordDataTypes property.- Parameters:
value- allowed object isFixedRecordDataTypesType
-
getVariantRecordDataTypes
Gets the value of the variantRecordDataTypes property.- Returns:
- possible object is
VariantRecordDataTypesType
-
setVariantRecordDataTypes
Sets the value of the variantRecordDataTypes property.- Parameters:
value- allowed object isVariantRecordDataTypesType
-
getAny
Gets the value of the any property.- Returns:
- possible object is
Object
-
setAny
Sets the value of the any property.- Parameters:
value- allowed object isObject
-
getNotes
Gets the value of the notes property.- Returns:
- possible object is
String
-
setNotes
Sets the value of the notes property.- Parameters:
value- allowed object isString
-
getIdtag
Gets the value of the idtag property.- Returns:
- possible object is
String
-
setIdtag
Sets the value of the idtag property.- Parameters:
value- allowed object isString
-
getOtherAttributes
Gets a map that contains attributes that aren't bound to any typed property on this class.the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
- Returns:
- always non-null
-