Class TLcdISO19115FileName

java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.extendedtype.TLcdISO19115FileName
All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdISO19115FileName extends TLcdDataObject
Since:
2013.1
  • 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.
    • SRC_PROPERTY

      public static final TLcdDataProperty SRC_PROPERTY
      Data property that maps to the src attribute. The possible values for this property are instances of URI.
  • Constructor Details

    • TLcdISO19115FileName

      public TLcdISO19115FileName()
    • TLcdISO19115FileName

      public TLcdISO19115FileName(TLcdDataType aType)
  • Method Details

    • 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.
    • getSrc

      public URI getSrc()
      Returns the value of the property that maps to the src attribute.
      Returns:
      the value of the SRC_PROPERTY property.
    • setSrc

      public void setSrc(URI aValue)
      Sets the value of the property that maps to the src attribute.
      Parameters:
      aValue - the value to set for the SRC_PROPERTY property.