public static class DatatypeBasics.Integer extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
| Modifier and Type | Class and Description |
|---|---|
static class |
DatatypeBasics.Integer.NBitUnsignedInteger
Java class for anonymous complex type.
|
static class |
DatatypeBasics.Integer.UnsignedInteger
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected DatatypeBasics.Integer.NBitUnsignedInteger |
nBitUnsignedInteger |
protected DatatypeBasics.Integer.UnsignedInteger |
unsignedInteger |
| Constructor and Description |
|---|
Integer() |
| Modifier and Type | Method and Description |
|---|---|
DatatypeBasics.Integer.NBitUnsignedInteger |
getNBitUnsignedInteger()
Gets the value of the nBitUnsignedInteger property.
|
DatatypeBasics.Integer.UnsignedInteger |
getUnsignedInteger()
Gets the value of the unsignedInteger property.
|
void |
setNBitUnsignedInteger(DatatypeBasics.Integer.NBitUnsignedInteger value)
Sets the value of the nBitUnsignedInteger property.
|
void |
setUnsignedInteger(DatatypeBasics.Integer.UnsignedInteger value)
Sets the value of the unsignedInteger property.
|
protected DatatypeBasics.Integer.UnsignedInteger unsignedInteger
protected DatatypeBasics.Integer.NBitUnsignedInteger nBitUnsignedInteger
public DatatypeBasics.Integer.UnsignedInteger getUnsignedInteger()
DatatypeBasics.Integer.UnsignedIntegerpublic void setUnsignedInteger(DatatypeBasics.Integer.UnsignedInteger value)
value - allowed object is
DatatypeBasics.Integer.UnsignedIntegerpublic DatatypeBasics.Integer.NBitUnsignedInteger getNBitUnsignedInteger()
DatatypeBasics.Integer.NBitUnsignedIntegerpublic void setNBitUnsignedInteger(DatatypeBasics.Integer.NBitUnsignedInteger value)
value - allowed object is
DatatypeBasics.Integer.NBitUnsignedIntegerCopyright © 2018 Siemens AG. All rights reserved.