public class UnsignedRationalNumber extends DynamicStructure
| Modifier and Type | Class and Description |
|---|---|
static class |
UnsignedRationalNumber.Builder |
static class |
UnsignedRationalNumber.Fields |
Structure.MapKind<T>UaNamespaceTranslateable.Context| Modifier and Type | Field and Description |
|---|---|
static StructureSpecification |
SPECIFICATION |
| Modifier | Constructor and Description |
|---|---|
|
UnsignedRationalNumber() |
protected |
UnsignedRationalNumber(UaDataTypeSpecification specification) |
|
UnsignedRationalNumber(UnsignedInteger f_numerator,
UnsignedInteger f_denominator) |
| Modifier and Type | Method and Description |
|---|---|
static UnsignedRationalNumber.Builder |
builder() |
UnsignedRationalNumber |
clone()
Clones the Structure.
|
UnsignedInteger |
getDenominator() |
UnsignedInteger |
getNumerator() |
void |
setDenominator(UnsignedInteger value) |
void |
setNumerator(UnsignedInteger value) |
UnsignedRationalNumber.Builder |
toBuilder()
Returns a builder with the data of this Structure pre-set.
|
builderclear, equals, forEachField, forEachField, get, get, hashCode, indexGet, indexSet, set, set, specification, toFieldNamesMap, toFieldNamesMap, toFieldsMap, toFieldsMap, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitreduceFields, reduceFields, toMap, withTranslatedNamespacespublic static final StructureSpecification SPECIFICATION
public UnsignedRationalNumber()
protected UnsignedRationalNumber(UaDataTypeSpecification specification)
public UnsignedRationalNumber(UnsignedInteger f_numerator, UnsignedInteger f_denominator)
public UnsignedInteger getNumerator()
public void setNumerator(UnsignedInteger value)
public UnsignedInteger getDenominator()
public void setDenominator(UnsignedInteger value)
public UnsignedRationalNumber clone()
AbstractStructureCloneNotSupportedException
as all Structures must be cloneable.clone in interface Structureclone in class DynamicStructurepublic static UnsignedRationalNumber.Builder builder()
public UnsignedRationalNumber.Builder toBuilder()
Structure#getClass() as this one.toBuilder in interface StructuretoBuilder in class AbstractStructureCopyright © 2026. All rights reserved.