Class TLcdISO19115Code

java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.util.TLcdISO19115Code
All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable
Direct Known Subclasses:
TLcdISO19115AssociationTypeCode, TLcdISO19115CellGeometryCode, TLcdISO19115CharacterSetCode, TLcdISO19115ClassificationCode, TLcdISO19115CountryCode, TLcdISO19115CoverageContentTypeCode, TLcdISO19115DatatypeCode, TLcdISO19115DateTypeCode, TLcdISO19115DimensionNameTypeCode, TLcdISO19115EvaluationMethodTypeCode, TLcdISO19115GeometricObjectTypeCode, TLcdISO19115ImagingConditionCode, TLcdISO19115InitiativeTypeCode, TLcdISO19115KeywordTypeCode, TLcdISO19115LanguageCode, TLcdISO19115MaintenanceFrequencyCode, TLcdISO19115MediumFormatCode, TLcdISO19115MediumNameCode, TLcdISO19115ObligationCode, TLcdISO19115OnLineFunctionCode, TLcdISO19115PresentationFormCode, TLcdISO19115ProgressCode, TLcdISO19115RestrictionCode, TLcdISO19115RoleCode, TLcdISO19115ScopeCode, TLcdISO19115SpatialRepresentationTypeCode, TLcdISO19115TopologyLevelCode, TLcdISO19119CouplingTypeCode, TLcdISO19119DCPListCode

public class TLcdISO19115Code extends TLcdDataObject
Base class for codes defined in ISO 19115. The class has a URI defining the list of possible codes and a URI defining a value from that list.
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 String.
    • CODE_LIST_PROPERTY

      public static final TLcdDataProperty CODE_LIST_PROPERTY
      Data property that maps to the codeList attribute. The possible values for this property are instances of URI.
    • CODE_LIST_VALUE_PROPERTY

      public static final TLcdDataProperty CODE_LIST_VALUE_PROPERTY
      Data property that maps to the codeListValue attribute. The possible values for this property are instances of URI.
    • CODE_SPACE_PROPERTY

      public static final TLcdDataProperty CODE_SPACE_PROPERTY
      Data property that maps to the codeSpace attribute. The possible values for this property are instances of 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

    • TLcdISO19115Code

      public TLcdISO19115Code(TLcdDataType aType)
  • Method Details

    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Two codes are considered to be equal is they are of the same class and if their code list values are equal
      Overrides:
      equals in class Object
    • getValueObject

      public String 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(String 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.
    • getCodeList

      public URI getCodeList()
      Returns the value of the property that maps to the codeList attribute.
      Returns:
      the value of the CODE_LIST_PROPERTY property.
    • setCodeList

      public void setCodeList(URI aValue)
      Sets the value of the property that maps to the codeList attribute.
      Parameters:
      aValue - the value to set for the CODE_LIST_PROPERTY property.
    • getCodeListValue

      public URI getCodeListValue()
      Returns the value of the property that maps to the codeListValue attribute.
      Returns:
      the value of the CODE_LIST_VALUE_PROPERTY property.
    • setCodeListValue

      public void setCodeListValue(URI aValue)
      Sets the value of the property that maps to the codeListValue attribute.
      Parameters:
      aValue - the value to set for the CODE_LIST_VALUE_PROPERTY property.
    • getCodeSpace

      public URI getCodeSpace()
      Returns the value of the property that maps to the codeSpace attribute.
      Returns:
      the value of the CODE_SPACE_PROPERTY property.
    • setCodeSpace

      public void setCodeSpace(URI aValue)
      Sets the value of the property that maps to the codeSpace attribute.
      Parameters:
      aValue - the value to set for the CODE_SPACE_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.