public class DatatypeBasics extends Object
Java class for DatatypeBasics complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DatatypeBasics">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="base64Binary">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
</restriction>
</complexContent>
</complexType>
</element>
<element name="hexBinary">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
</restriction>
</complexContent>
</complexType>
</element>
<element name="boolean">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice minOccurs="0">
<element name="patternFacet">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
</restriction>
</complexContent>
</complexType>
</element>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
<element name="dateAndTime">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="dateTime">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
</restriction>
</complexContent>
</complexType>
</element>
<element name="time">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
</restriction>
</complexContent>
</complexType>
</element>
<element name="date">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
</restriction>
</complexContent>
</complexType>
</element>
<element name="gYearMonth">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
</restriction>
</complexContent>
</complexType>
</element>
<element name="gYear">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
</restriction>
</complexContent>
</complexType>
</element>
<element name="gMonthDay">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
</restriction>
</complexContent>
</complexType>
</element>
<element name="gDay">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
</restriction>
</complexContent>
</complexType>
</element>
<element name="gMonth">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
</restriction>
</complexContent>
</complexType>
</element>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
<element name="decimal">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
</restriction>
</complexContent>
</complexType>
</element>
<element name="double">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
</restriction>
</complexContent>
</complexType>
</element>
<element name="integer">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice minOccurs="0">
<element name="unsignedInteger">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
</restriction>
</complexContent>
</complexType>
</element>
<element name="nBitUnsignedInteger">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="lowerBound" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="upperBound" type="{http://www.w3.org/2001/XMLSchema}integer"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
<element name="string">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice minOccurs="0">
<element name="restrictedCharSet">
<simpleType>
<list itemType="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
</simpleType>
</element>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
DatatypeBasics.Base64Binary
Java class for anonymous complex type.
|
static class |
DatatypeBasics.Boolean
Java class for anonymous complex type.
|
static class |
DatatypeBasics.DateAndTime
Java class for anonymous complex type.
|
static class |
DatatypeBasics.Decimal
Java class for anonymous complex type.
|
static class |
DatatypeBasics.Double
Java class for anonymous complex type.
|
static class |
DatatypeBasics.HexBinary
Java class for anonymous complex type.
|
static class |
DatatypeBasics.Integer
Java class for anonymous complex type.
|
static class |
DatatypeBasics.String
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected DatatypeBasics.Boolean |
_boolean |
protected DatatypeBasics.Double |
_double |
protected DatatypeBasics.Base64Binary |
base64Binary |
protected DatatypeBasics.DateAndTime |
dateAndTime |
protected DatatypeBasics.Decimal |
decimal |
protected DatatypeBasics.HexBinary |
hexBinary |
protected DatatypeBasics.Integer |
integer |
protected DatatypeBasics.String |
string |
| Constructor and Description |
|---|
DatatypeBasics() |
| Modifier and Type | Method and Description |
|---|---|
DatatypeBasics.Base64Binary |
getBase64Binary()
Gets the value of the base64Binary property.
|
DatatypeBasics.Boolean |
getBoolean()
Gets the value of the boolean property.
|
DatatypeBasics.DateAndTime |
getDateAndTime()
Gets the value of the dateAndTime property.
|
DatatypeBasics.Decimal |
getDecimal()
Gets the value of the decimal property.
|
DatatypeBasics.Double |
getDouble()
Gets the value of the double property.
|
DatatypeBasics.HexBinary |
getHexBinary()
Gets the value of the hexBinary property.
|
DatatypeBasics.Integer |
getInteger()
Gets the value of the integer property.
|
DatatypeBasics.String |
getString()
Gets the value of the string property.
|
void |
setBase64Binary(DatatypeBasics.Base64Binary value)
Sets the value of the base64Binary property.
|
void |
setBoolean(DatatypeBasics.Boolean value)
Sets the value of the boolean property.
|
void |
setDateAndTime(DatatypeBasics.DateAndTime value)
Sets the value of the dateAndTime property.
|
void |
setDecimal(DatatypeBasics.Decimal value)
Sets the value of the decimal property.
|
void |
setDouble(DatatypeBasics.Double value)
Sets the value of the double property.
|
void |
setHexBinary(DatatypeBasics.HexBinary value)
Sets the value of the hexBinary property.
|
void |
setInteger(DatatypeBasics.Integer value)
Sets the value of the integer property.
|
void |
setString(DatatypeBasics.String value)
Sets the value of the string property.
|
protected DatatypeBasics.Base64Binary base64Binary
protected DatatypeBasics.HexBinary hexBinary
protected DatatypeBasics.Boolean _boolean
protected DatatypeBasics.DateAndTime dateAndTime
protected DatatypeBasics.Decimal decimal
protected DatatypeBasics.Double _double
protected DatatypeBasics.Integer integer
protected DatatypeBasics.String string
public DatatypeBasics.Base64Binary getBase64Binary()
DatatypeBasics.Base64Binarypublic void setBase64Binary(DatatypeBasics.Base64Binary value)
value - allowed object is
DatatypeBasics.Base64Binarypublic DatatypeBasics.HexBinary getHexBinary()
DatatypeBasics.HexBinarypublic void setHexBinary(DatatypeBasics.HexBinary value)
value - allowed object is
DatatypeBasics.HexBinarypublic DatatypeBasics.Boolean getBoolean()
DatatypeBasics.Booleanpublic void setBoolean(DatatypeBasics.Boolean value)
value - allowed object is
DatatypeBasics.Booleanpublic DatatypeBasics.DateAndTime getDateAndTime()
DatatypeBasics.DateAndTimepublic void setDateAndTime(DatatypeBasics.DateAndTime value)
value - allowed object is
DatatypeBasics.DateAndTimepublic DatatypeBasics.Decimal getDecimal()
DatatypeBasics.Decimalpublic void setDecimal(DatatypeBasics.Decimal value)
value - allowed object is
DatatypeBasics.Decimalpublic DatatypeBasics.Double getDouble()
DatatypeBasics.Doublepublic void setDouble(DatatypeBasics.Double value)
value - allowed object is
DatatypeBasics.Doublepublic DatatypeBasics.Integer getInteger()
DatatypeBasics.Integerpublic void setInteger(DatatypeBasics.Integer value)
value - allowed object is
DatatypeBasics.Integerpublic DatatypeBasics.String getString()
DatatypeBasics.Stringpublic void setString(DatatypeBasics.String value)
value - allowed object is
DatatypeBasics.StringCopyright © 2018 Siemens AG. All rights reserved.