public static class Production.Attribute 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">
<sequence>
<element name="attributeNamespaceID" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
<element name="attributeLocalNameID" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
<element name="attributeDatatypeID" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
attributeDatatypeID |
protected long |
attributeLocalNameID |
protected long |
attributeNamespaceID |
| Constructor and Description |
|---|
Attribute() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAttributeDatatypeID()
Gets the value of the attributeDatatypeID property.
|
long |
getAttributeLocalNameID()
Gets the value of the attributeLocalNameID property.
|
long |
getAttributeNamespaceID()
Gets the value of the attributeNamespaceID property.
|
void |
setAttributeDatatypeID(Long value)
Sets the value of the attributeDatatypeID property.
|
void |
setAttributeLocalNameID(long value)
Sets the value of the attributeLocalNameID property.
|
void |
setAttributeNamespaceID(long value)
Sets the value of the attributeNamespaceID property.
|
protected long attributeNamespaceID
protected long attributeLocalNameID
protected Long attributeDatatypeID
public long getAttributeNamespaceID()
public void setAttributeNamespaceID(long value)
public long getAttributeLocalNameID()
public void setAttributeLocalNameID(long value)
public Long getAttributeDatatypeID()
LongCopyright © 2018 Siemens AG. All rights reserved.