Class TLcdGML32Scale

All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, ILcdISO19103Measure, Cloneable

public class TLcdGML32Scale extends TLcdGML32Measure
Since:
10.0
  • Field Details

    • VALUE_PROPERTY

      public static final TLcdDataProperty VALUE_PROPERTY
      Data property that maps to the value defined by the simple content. The possible values for this property are instances of Double.
    • UOM_PROPERTY

      public static final TLcdDataProperty UOM_PROPERTY
      Data property that maps to the uom attribute. The possible values for this property are instances of
      • String
      • URI
    • TYPE_PROPERTY

      public static final TLcdDataProperty TYPE_PROPERTY
      Data property that holds the type of this instance. The possible values for this property are the public QName constants defined in this class.
  • Constructor Details

    • TLcdGML32Scale

      public TLcdGML32Scale()
    • TLcdGML32Scale

      public TLcdGML32Scale(TLcdDataType aType)
  • Method Details

    • getValueObject

      public Double getValueObject()
      Returns the value of the property that maps to the value defined by the simple content.
      Returns:
      the value of the VALUE_PROPERTY property.
    • setValueObject

      public void setValueObject(Double aValue)
      Sets the value of the property that maps to the value defined by the simple content.
      Parameters:
      aValue - the value to set for the VALUE_PROPERTY property.
    • getUom

      public Object getUom()
      Returns the value of the property that maps to the uom attribute.

      The possible values for this property are instances of

      • String
      • URI
      Returns:
      the value of the UOM_PROPERTY property.
    • setUom

      public void setUom(Object aValue)
      Sets the value of the property that maps to the uom attribute.

      The possible values for this property are instances of

      • String
      • URI
      Parameters:
      aValue - the value to set for the UOM_PROPERTY property.
    • getType

      public QName getType()
      Returns the value of the property that holds the type of this instance.

      The possible values for this property are the public QName constants defined in this class.

      Returns:
      the value of the TYPE_PROPERTY property.
    • setType

      public void setType(QName aValue)
      Sets the value of the property that holds the type of this instance.

      The possible values for this property are the public QName constants defined in this class.

      Parameters:
      aValue - the value to set for the TYPE_PROPERTY property.