Class TLcdNVG20Content.TimeSpan

java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.nvg.nvg20.model.TLcdNVG20Content.TimeSpan
All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable
Enclosing class:
TLcdNVG20Content

public static class TLcdNVG20Content.TimeSpan extends TLcdDataObject
  • Field Details

    • BEGIN_PROPERTY

      public static final TLcdDataProperty BEGIN_PROPERTY
      Data property that maps to the begin element. The possible values for this property are instances of XMLGregorianCalendar.
    • END_PROPERTY

      public static final TLcdDataProperty END_PROPERTY
      Data property that maps to the end element. The possible values for this property are instances of XMLGregorianCalendar.
  • Constructor Details

    • TimeSpan

      public TimeSpan()
    • TimeSpan

      public TimeSpan(TLcdDataType aType)
  • Method Details

    • getBegin

      public XMLGregorianCalendar getBegin()
      Returns the value of the property that maps to the begin element.
      Returns:
      the value of the BEGIN_PROPERTY property.
    • setBegin

      public void setBegin(XMLGregorianCalendar aValue)
      Sets the value of the property that maps to the begin element.
      Parameters:
      aValue - the value to set for the BEGIN_PROPERTY property.
    • getEnd

      public XMLGregorianCalendar getEnd()
      Returns the value of the property that maps to the end element.
      Returns:
      the value of the END_PROPERTY property.
    • setEnd

      public void setEnd(XMLGregorianCalendar aValue)
      Sets the value of the property that maps to the end element.
      Parameters:
      aValue - the value to set for the END_PROPERTY property.