Class TLcdISO19115ExtendedElementInformation

java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.util.TLcdISO19118Object
com.luciad.format.metadata.model.metadataextension.TLcdISO19115ExtendedElementInformation
All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdISO19115ExtendedElementInformation extends TLcdISO19118Object
New metadata element, not found in ISO 19115, which is required to describe geographic data
Since:
10.0
  • Field Details Link icon

    • NAME_PROPERTY Link icon

      public static final TLcdDataProperty NAME_PROPERTY
      Data property that maps to the name element. The possible values for this property are instances of TLcdISO19115Optional<String>.
    • SHORT_NAME_PROPERTY Link icon

      public static final TLcdDataProperty SHORT_NAME_PROPERTY
      Data property that maps to the shortName element. The possible values for this property are instances of TLcdISO19115Optional<String>.
    • DOMAIN_CODE_PROPERTY Link icon

      public static final TLcdDataProperty DOMAIN_CODE_PROPERTY
      Data property that maps to the domainCode element. The possible values for this property are instances of TLcdISO19115Optional<Long>.
    • DEFINITION_PROPERTY Link icon

      public static final TLcdDataProperty DEFINITION_PROPERTY
      Data property that maps to the definition element. The possible values for this property are instances of TLcdISO19115Optional<String>.
    • OBLIGATION_PROPERTY Link icon

      public static final TLcdDataProperty OBLIGATION_PROPERTY
      Data property that maps to the obligation element. The possible values for this property are instances of TLcdISO19115Optional<ELcdISO19115ObligationCode>.
    • CONDITION_PROPERTY Link icon

      public static final TLcdDataProperty CONDITION_PROPERTY
      Data property that maps to the condition element. The possible values for this property are instances of TLcdISO19115Optional<String>.
    • DATATYPE_CODE_PROPERTY Link icon

      public static final TLcdDataProperty DATATYPE_CODE_PROPERTY
      Data property that maps to the dataType element. The possible values for this property are instances of TLcdISO19115Optional<TLcdISO19115DatatypeCode>.
    • MAXIMUM_OCCURRENCE_PROPERTY Link icon

      public static final TLcdDataProperty MAXIMUM_OCCURRENCE_PROPERTY
      Data property that maps to the maximumOccurrence element. The possible values for this property are instances of TLcdISO19115Optional<String>.
    • DOMAIN_VALUE_PROPERTY Link icon

      public static final TLcdDataProperty DOMAIN_VALUE_PROPERTY
      Data property that maps to the domainValue element. The possible values for this property are instances of TLcdISO19115Optional<String>.
    • PARENT_ENTITY_PROPERTY Link icon

      public static final TLcdDataProperty PARENT_ENTITY_PROPERTY
      Data property that maps to the parentEntity element. The possible values for this property are instances of List<TLcdISO19115Optional<String>>.
    • RULE_PROPERTY Link icon

      public static final TLcdDataProperty RULE_PROPERTY
      Data property that maps to the rule element. The possible values for this property are instances of TLcdISO19115Optional<String>.
    • RATIONALE_PROPERTY Link icon

      public static final TLcdDataProperty RATIONALE_PROPERTY
      Data property that maps to the rationale element. The possible values for this property are instances of List<TLcdISO19115Optional<String>>.
    • SOURCE_PROPERTY Link icon

      public static final TLcdDataProperty SOURCE_PROPERTY
      Data property that maps to the source element. The possible values for this property are instances of List<TLcdISO19118Property<TLcdISO19115ResponsibleParty>>.
  • Constructor Details Link icon

    • TLcdISO19115ExtendedElementInformation Link icon

      public TLcdISO19115ExtendedElementInformation()
    • TLcdISO19115ExtendedElementInformation Link icon

      public TLcdISO19115ExtendedElementInformation(TLcdDataType aType)
  • Method Details Link icon

    • getName Link icon

      public String getName()
      Returns the role value contained in the value of the NAME_PROPERTY property. Returns null if the value of the NAME_PROPERTY property is null.
      Returns:
      the role value of the NAME_PROPERTY property.
      See Also:
    • setName Link icon

      public void setName(String aValue)
      Sets the value of the property that maps to the name 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 NAME_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the NAME_PROPERTY property.
    • getShortName Link icon

      public String getShortName()
      Returns the role value contained in the value of the SHORT_NAME_PROPERTY property. Returns null if the value of the SHORT_NAME_PROPERTY property is null.
      Returns:
      the role value of the SHORT_NAME_PROPERTY property.
      See Also:
    • setShortName Link icon

      public void setShortName(String aValue)
      Sets the value of the property that maps to the shortName 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 SHORT_NAME_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the SHORT_NAME_PROPERTY property.
    • getDomainCode Link icon

      public Long getDomainCode()
      Returns the role value contained in the value of the DOMAIN_CODE_PROPERTY property. Returns null if the value of the DOMAIN_CODE_PROPERTY property is null.
      Returns:
      the role value of the DOMAIN_CODE_PROPERTY property.
      See Also:
    • setDomainCode Link icon

      public void setDomainCode(Long aValue)
      Sets the value of the property that maps to the domainCode 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 DOMAIN_CODE_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the DOMAIN_CODE_PROPERTY property.
    • getDefinition Link icon

      public String getDefinition()
      Returns the role value contained in the value of the DEFINITION_PROPERTY property. Returns null if the value of the DEFINITION_PROPERTY property is null.
      Returns:
      the role value of the DEFINITION_PROPERTY property.
      See Also:
    • setDefinition Link icon

      public void setDefinition(String aValue)
      Sets the value of the property that maps to the definition 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 DEFINITION_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the DEFINITION_PROPERTY property.
    • getObligation Link icon

      public ELcdISO19115ObligationCode getObligation()
      Returns the role value contained in the value of the OBLIGATION_PROPERTY property. Returns null if the value of the OBLIGATION_PROPERTY property is null.
      Returns:
      the role value of the OBLIGATION_PROPERTY property.
      See Also:
    • setObligation Link icon

      public void setObligation(ELcdISO19115ObligationCode aValue)
      Sets the value of the property that maps to the obligation 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 OBLIGATION_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the OBLIGATION_PROPERTY property.
    • getCondition Link icon

      public String getCondition()
      Returns the role value contained in the value of the CONDITION_PROPERTY property. Returns null if the value of the CONDITION_PROPERTY property is null.
      Returns:
      the role value of the CONDITION_PROPERTY property.
      See Also:
    • setCondition Link icon

      public void setCondition(String aValue)
      Sets the value of the property that maps to the condition 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 CONDITION_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the CONDITION_PROPERTY property.
    • getDatatypeCode Link icon

      public TLcdISO19115DatatypeCode getDatatypeCode()
      Returns the role value contained in the value of the DATATYPE_CODE_PROPERTY property. Returns null if the value of the DATATYPE_CODE_PROPERTY property is null.
      Returns:
      the role value of the DATATYPE_CODE_PROPERTY property.
      See Also:
    • setDatatypeCode Link icon

      public void setDatatypeCode(TLcdISO19115DatatypeCode aValue)
      Sets the value of the property that maps to the dataType 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 DATATYPE_CODE_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the DATATYPE_CODE_PROPERTY property.
    • getMaximumOccurrence Link icon

      public String getMaximumOccurrence()
      Returns the role value contained in the value of the MAXIMUM_OCCURRENCE_PROPERTY property. Returns null if the value of the MAXIMUM_OCCURRENCE_PROPERTY property is null.
      Returns:
      the role value of the MAXIMUM_OCCURRENCE_PROPERTY property.
      See Also:
    • setMaximumOccurrence Link icon

      public void setMaximumOccurrence(String aValue)
      Sets the value of the property that maps to the maximumOccurrence 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 MAXIMUM_OCCURRENCE_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the MAXIMUM_OCCURRENCE_PROPERTY property.
    • getDomainValue Link icon

      public String getDomainValue()
      Returns the role value contained in the value of the DOMAIN_VALUE_PROPERTY property. Returns null if the value of the DOMAIN_VALUE_PROPERTY property is null.
      Returns:
      the role value of the DOMAIN_VALUE_PROPERTY property.
      See Also:
    • setDomainValue Link icon

      public void setDomainValue(String aValue)
      Sets the value of the property that maps to the domainValue 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 DOMAIN_VALUE_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the DOMAIN_VALUE_PROPERTY property.
    • getParentEntity Link icon

      public List<String> getParentEntity()
      Gets the value of the PARENT_ENTITY_PROPERTY property adapted to a list of String instances.
      Returns:
      the value of the PARENT_ENTITY_PROPERTY property adapted to a list of String instances.
      See Also:
    • getRule Link icon

      public String getRule()
      Returns the role value contained in the value of the RULE_PROPERTY property. Returns null if the value of the RULE_PROPERTY property is null.
      Returns:
      the role value of the RULE_PROPERTY property.
      See Also:
    • setRule Link icon

      public void setRule(String aValue)
      Sets the value of the property that maps to the rule 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 RULE_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the RULE_PROPERTY property.
    • getRationale Link icon

      public List<String> getRationale()
      Gets the value of the RATIONALE_PROPERTY property adapted to a list of String instances.
      Returns:
      the value of the RATIONALE_PROPERTY property adapted to a list of String instances.
      See Also:
    • getSource Link icon

      public List<TLcdISO19115ResponsibleParty> getSource()
      Gets the value of the SOURCE_PROPERTY property adapted to a list of TLcdISO19115ResponsibleParty instances.
      Returns:
      the value of the SOURCE_PROPERTY property adapted to a list of TLcdISO19115ResponsibleParty instances.
      See Also: