public class Datatype extends DatatypeBasics
Java class for Datatype complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Datatype">
<complexContent>
<extension base="{http://www.ct.siemens.com/exi/grammars/2017/SchemaForGrammars}DatatypeBasics">
<sequence>
<choice minOccurs="0">
<element name="list" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
</restriction>
</complexContent>
</complexType>
</element>
<element name="enumeration" type="{http://www.ct.siemens.com/exi/grammars/2017/SchemaForGrammars}Enumeration"/>
</choice>
<element name="schemaTypeNamespaceID" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
<element name="schemaTypeLocalNameID" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
<element name="baseDatatypeID" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Datatype.List
Java class for anonymous complex type.
|
DatatypeBasics.Base64Binary, DatatypeBasics.Boolean, DatatypeBasics.DateAndTime, DatatypeBasics.Decimal, DatatypeBasics.Double, DatatypeBasics.HexBinary, DatatypeBasics.Integer, DatatypeBasics.String| Modifier and Type | Field and Description |
|---|---|
protected Long |
baseDatatypeID |
protected Enumeration |
enumeration |
protected Datatype.List |
list |
protected long |
schemaTypeLocalNameID |
protected long |
schemaTypeNamespaceID |
_boolean, _double, base64Binary, dateAndTime, decimal, hexBinary, integer, string| Constructor and Description |
|---|
Datatype() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getBaseDatatypeID()
Gets the value of the baseDatatypeID property.
|
Enumeration |
getEnumeration()
Gets the value of the enumeration property.
|
Datatype.List |
getList()
Gets the value of the list property.
|
long |
getSchemaTypeLocalNameID()
Gets the value of the schemaTypeLocalNameID property.
|
long |
getSchemaTypeNamespaceID()
Gets the value of the schemaTypeNamespaceID property.
|
void |
setBaseDatatypeID(Long value)
Sets the value of the baseDatatypeID property.
|
void |
setEnumeration(Enumeration value)
Sets the value of the enumeration property.
|
void |
setList(Datatype.List value)
Sets the value of the list property.
|
void |
setSchemaTypeLocalNameID(long value)
Sets the value of the schemaTypeLocalNameID property.
|
void |
setSchemaTypeNamespaceID(long value)
Sets the value of the schemaTypeNamespaceID property.
|
getBase64Binary, getBoolean, getDateAndTime, getDecimal, getDouble, getHexBinary, getInteger, getString, setBase64Binary, setBoolean, setDateAndTime, setDecimal, setDouble, setHexBinary, setInteger, setStringprotected Datatype.List list
protected Enumeration enumeration
protected long schemaTypeNamespaceID
protected long schemaTypeLocalNameID
protected Long baseDatatypeID
public Datatype.List getList()
Datatype.Listpublic void setList(Datatype.List value)
value - allowed object is
Datatype.Listpublic Enumeration getEnumeration()
Enumerationpublic void setEnumeration(Enumeration value)
value - allowed object is
Enumerationpublic long getSchemaTypeNamespaceID()
public void setSchemaTypeNamespaceID(long value)
public long getSchemaTypeLocalNameID()
public void setSchemaTypeLocalNameID(long value)
public Long getBaseDatatypeID()
LongCopyright © 2018 Siemens AG. All rights reserved.