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 Link icon

    • LINKED_OBJECT_PROPERTY Link icon

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

      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 Link icon

      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 Link icon

      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 Link icon

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

      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 Link icon

    • TLcdGML31TargetProperty Link icon

      public TLcdGML31TargetProperty()
    • TLcdGML31TargetProperty Link icon

      public TLcdGML31TargetProperty(TLcdDataType aType)
    • TLcdGML31TargetProperty Link icon

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

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

    • getLinkInfo Link icon

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

      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 Link icon

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

      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 Link icon

      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 Link icon

      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 Link icon

      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 Link icon

      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 Link icon

      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 Link icon

      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.