Class TLcdISO19115SecurityConstraints

All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdISO19115SecurityConstraints extends TLcdISO19115Constraints
Handling restrictions imposed on the dataset because of national security, privacy, or other concerns
Since:
10.0
  • Field Details

  • Constructor Details

    • TLcdISO19115SecurityConstraints

      public TLcdISO19115SecurityConstraints()
    • TLcdISO19115SecurityConstraints

      public TLcdISO19115SecurityConstraints(TLcdDataType aType)
  • Method Details

    • getClassification

      public TLcdISO19115ClassificationCode getClassification()
      Returns the role value contained in the value of the CLASSIFICATION_PROPERTY property. Returns null if the value of the CLASSIFICATION_PROPERTY property is null.
      Returns:
      the role value of the CLASSIFICATION_PROPERTY property.
      See Also:
    • setClassification

      public void setClassification(TLcdISO19115ClassificationCode aValue)
      Sets the value of the property that maps to the classification 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 CLASSIFICATION_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the CLASSIFICATION_PROPERTY property.
    • getUserNote

      public String getUserNote()
      Returns the role value contained in the value of the USER_NOTE_PROPERTY property. Returns null if the value of the USER_NOTE_PROPERTY property is null.
      Returns:
      the role value of the USER_NOTE_PROPERTY property.
      See Also:
    • setUserNote

      public void setUserNote(String aValue)
      Sets the value of the property that maps to the userNote 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 USER_NOTE_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the USER_NOTE_PROPERTY property.
    • getClassificationSystem

      public String getClassificationSystem()
      Returns the role value contained in the value of the CLASSIFICATION_SYSTEM_PROPERTY property. Returns null if the value of the CLASSIFICATION_SYSTEM_PROPERTY property is null.
      Returns:
      the role value of the CLASSIFICATION_SYSTEM_PROPERTY property.
      See Also:
    • setClassificationSystem

      public void setClassificationSystem(String aValue)
      Sets the value of the property that maps to the classificationSystem 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 CLASSIFICATION_SYSTEM_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the CLASSIFICATION_SYSTEM_PROPERTY property.
    • getHandlingDescription

      public String getHandlingDescription()
      Returns the role value contained in the value of the HANDLING_DESCRIPTION_PROPERTY property. Returns null if the value of the HANDLING_DESCRIPTION_PROPERTY property is null.
      Returns:
      the role value of the HANDLING_DESCRIPTION_PROPERTY property.
      See Also:
    • setHandlingDescription

      public void setHandlingDescription(String aValue)
      Sets the value of the property that maps to the handlingDescription 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 HANDLING_DESCRIPTION_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the HANDLING_DESCRIPTION_PROPERTY property.