public class Height_UN4 extends AMetadata<Height_UN4> implements Comparable<Height_UN4>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
value
The value property.
|
availability, cls, extReferences, idref, legacyReleasability, quality, recommendedValue, remarkRef| Constructor and Description |
|---|
Height_UN4()
Construct a new, empty Height_UN4 instance.
|
Height_UN4(BigInteger value)
Construct a new Height_UN4 instance with the given initial value.
|
Height_UN4(Integer value)
Construct a new Height_UN4 instance with the given initial value.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Height_UN4 obj)
Comparison and sorting.
|
boolean |
equals(Object obj)
Equality is based upon the value.
|
BigInteger |
getValue()
Get the value of the value property.
|
int |
hashCode()
Hash code is based upon the value.
|
boolean |
isSet()
Determine if the required fields in this SSRF data type instance are set.
|
boolean |
isSetValue()
Determine if the value property is configured.
|
void |
setValue(BigInteger value)
Set the value of the value property.
|
String |
toString()
Get a string representation of this data wrapper value.
|
getAvailability, getCls, getExtReferences, getIdref, getLegacyReleasability, getQuality, getRecommendedValue, getRemarkRef, isSetAvailability, isSetCls, isSetExtReferences, isSetIdref, isSetLegacyReleasability, isSetQuality, isSetRecommendedValue, isSetRemarkRef, setAvailability, setCls, setIdref, setLegacyReleasability, setQuality, setRecommendedValue, unsetExtReferences, unsetRemarkRef, withAvailability, withCls, withExtReferences, withExtReferences, withIdref, withLegacyReleasability, withQuality, withRecommendedValue, withRemarkRef, withRemarkRefprotected BigInteger value
public Height_UN4()
public Height_UN4(BigInteger value)
value - The initial value.public Height_UN4(Integer value)
value - The initial value.public BigInteger getValue()
public void setValue(BigInteger value)
the - valuepublic boolean isSetValue()
public boolean isSet()
Note that this method only checks for the presence of required information; this method does not validate the information format.
isSet in class AMetadata<Height_UN4>public String toString()
toString in class AMetadata<Height_UN4>public int hashCode()
public boolean equals(Object obj)
public int compareTo(Height_UN4 obj)
compareTo in interface Comparable<Height_UN4>obj - the other object to compareCopyright © 2016 OpenSSRF.org. All rights reserved.