Class TLcdGML31TargetProperty

All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, ILcdFeatured, ILcdSelfDescribedFeatured, Serializable, Cloneable

public class TLcdGML31TargetProperty extends TLcdFeaturedDataObject
Container for an object representing the target or subject of an observation.
Since:
10.0
See Also:
  • Field Details

    • LINKED_OBJECT_PROPERTY

      public static final TLcdDataProperty LINKED_OBJECT_PROPERTY
      Data linkedObject property. The possible values for this property are instances of Object.
    • REMOTE_SCHEMA_PROPERTY

      public static final TLcdDataProperty REMOTE_SCHEMA_PROPERTY
      Data property that maps to the remoteSchema attribute. The possible values for this property are instances of URI.
    • OBJECT_PROPERTY

      public static final TLcdDataProperty OBJECT_PROPERTY
      Data property that maps to the choice between the _Feature and _Geometry elements. The possible values for this property are instances of
    • 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.
    • SUBJECT

      public static final QName SUBJECT
      Synonym for target - common word used for photographs
    • TARGET

      public static final QName TARGET
      This element contains or points to the specimen, region or station which is the object of the observation
  • Constructor Details

    • TLcdGML31TargetProperty

      public TLcdGML31TargetProperty()
    • TLcdGML31TargetProperty

      public TLcdGML31TargetProperty(TLcdDataType aType)
    • TLcdGML31TargetProperty

      public TLcdGML31TargetProperty(QName aType)
      Creates a new instance and initializes its type property to the given QName.
      See Also:
    • TLcdGML31TargetProperty

      public TLcdGML31TargetProperty(QName aType, TLcdDataType aDataObjectType)
      Creates a new instance and initializes its type property to the given QName.
      See Also:
  • Method Details

    • getLinkInfo

      public Object getLinkInfo()
      Returns the value of the linkInfo property.
      Returns:
      the value of the LINK_INFO_PROPERTY property.
    • setLinkInfo

      public void setLinkInfo(Object aValue)
      Sets the value of the linkInfo property.
      Parameters:
      aValue - the value to set for the LINK_INFO_PROPERTY property.
    • getLinkedObject

      public Object getLinkedObject()
      Returns the value of the linkedObject property.
      Returns:
      the value of the LINKED_OBJECT_PROPERTY property.
    • setLinkedObject

      public void setLinkedObject(Object aValue)
      Sets the value of the linkedObject property.
      Parameters:
      aValue - the value to set for the LINKED_OBJECT_PROPERTY property.
    • getRemoteSchema

      public URI getRemoteSchema()
      Returns the value of the property that maps to the remoteSchema attribute.

      Reference to an XML Schema fragment that specifies the content model of the propertys value. This is in conformance with the XML Schema Section 4.14 Referencing Schemas from Elsewhere.

      Returns:
      the value of the REMOTE_SCHEMA_PROPERTY property.
    • setRemoteSchema

      public void setRemoteSchema(URI aValue)
      Sets the value of the property that maps to the remoteSchema attribute.

      Reference to an XML Schema fragment that specifies the content model of the propertys value. This is in conformance with the XML Schema Section 4.14 Referencing Schemas from Elsewhere.

      Parameters:
      aValue - the value to set for the REMOTE_SCHEMA_PROPERTY property.
    • getObject

      public TLcdGML31AbstractGML getObject()
      Returns the value of the property that maps to the choice between the _Feature and _Geometry elements.

      The possible values for this property are instances of

      Returns:
      the value of the OBJECT_PROPERTY property.
    • setObject

      public void setObject(TLcdGML31AbstractGML aValue)
      Sets the value of the property that maps to the choice between the _Feature and _Geometry elements.

      The possible values for this property are instances of

      Parameters:
      aValue - the value to set for the OBJECT_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.