public class AttributedUnsignedLongType extends BaseAddressingType
Java class for AttributedUnsignedLongType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AttributedUnsignedLongType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>unsignedLong">
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
value |
otherAttributes| Constructor and Description |
|---|
AttributedUnsignedLongType() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getValue()
Gets the value of the value property.
|
void |
setValue(BigInteger value)
Sets the value of the value property.
|
addOtherAttribute, addOtherAttributes, getOtherAttributesprotected BigInteger value
public BigInteger getValue()
BigIntegerpublic void setValue(BigInteger value)
value - allowed object is BigIntegerCopyright © 2018 JBoss by Red Hat. All rights reserved.