Class TLcdISO19115ReferenceSystemIdentifier

All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdISO19115ReferenceSystemIdentifier extends TLcdISO19115Identifier
Since:
10.0
  • Field Details

  • Constructor Details

    • TLcdISO19115ReferenceSystemIdentifier

      public TLcdISO19115ReferenceSystemIdentifier()
    • TLcdISO19115ReferenceSystemIdentifier

      public TLcdISO19115ReferenceSystemIdentifier(TLcdDataType aType)
  • Method Details

    • getCodeSpace

      public String getCodeSpace()
      Returns the role value contained in the value of the CODE_SPACE_PROPERTY property. Returns null if the value of the CODE_SPACE_PROPERTY property is null.
      Returns:
      the role value of the CODE_SPACE_PROPERTY property.
      See Also:
    • setCodeSpace

      public void setCodeSpace(String aValue)
      Sets the value of the property that maps to the codeSpace element. to a new instance of the association class TLcdISO19115Optional initialized with the given role value. In case the given role value is null, the CODE_SPACE_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the CODE_SPACE_PROPERTY property.
    • getVersion

      public String getVersion()
      Returns the role value contained in the value of the VERSION_PROPERTY property. Returns null if the value of the VERSION_PROPERTY property is null.
      Returns:
      the role value of the VERSION_PROPERTY property.
      See Also:
    • setVersion

      public void setVersion(String aValue)
      Sets the value of the property that maps to the version element. to a new instance of the association class TLcdISO19115Optional initialized with the given role value. In case the given role value is null, the VERSION_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the VERSION_PROPERTY property.