net.opengis.iso19139.gmd.v_20070417
Class MDSecurityConstraintsType

java.lang.Object
  extended by net.opengis.iso19139.gco.v_20070417.AbstractObjectType
      extended by net.opengis.iso19139.gmd.v_20070417.MDConstraintsType
          extended by net.opengis.iso19139.gmd.v_20070417.MDSecurityConstraintsType
All Implemented Interfaces:
Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString

public class MDSecurityConstraintsType
extends MDConstraintsType
implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString

Handling restrictions imposed on the dataset because of national security, privacy, or other concerns

Java class for MD_SecurityConstraints_Type complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="MD_SecurityConstraints_Type">
   <complexContent>
     <extension base="{http://www.isotc211.org/2005/gmd}MD_Constraints_Type">
       <sequence>
         <element name="classification" type="{http://www.isotc211.org/2005/gmd}MD_ClassificationCode_PropertyType"/>
         <element name="userNote" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType" minOccurs="0"/>
         <element name="classificationSystem" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType" minOccurs="0"/>
         <element name="handlingDescription" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  MDClassificationCodePropertyType classification
           
protected  CharacterStringPropertyType classificationSystem
           
protected  CharacterStringPropertyType handlingDescription
           
protected  CharacterStringPropertyType userNote
           
 
Fields inherited from class net.opengis.iso19139.gmd.v_20070417.MDConstraintsType
useLimitation
 
Fields inherited from class net.opengis.iso19139.gco.v_20070417.AbstractObjectType
id, uuid
 
Constructor Summary
MDSecurityConstraintsType()
           
 
Method Summary
 StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
           
 StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
           
 Object clone()
           
 Object copyTo(Object target)
           
 Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
           
 Object createNewInstance()
           
 boolean equals(Object object)
           
 boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
           
 MDClassificationCodePropertyType getClassification()
          Gets the value of the classification property.
 CharacterStringPropertyType getClassificationSystem()
          Gets the value of the classificationSystem property.
 CharacterStringPropertyType getHandlingDescription()
          Gets the value of the handlingDescription property.
 CharacterStringPropertyType getUserNote()
          Gets the value of the userNote property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 boolean isSetClassification()
           
 boolean isSetClassificationSystem()
           
 boolean isSetHandlingDescription()
           
 boolean isSetUserNote()
           
 void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb2_commons.lang.MergeStrategy strategy)
           
 void mergeFrom(Object left, Object right)
           
 void setClassification(MDClassificationCodePropertyType value)
          Sets the value of the classification property.
 void setClassificationSystem(CharacterStringPropertyType value)
          Sets the value of the classificationSystem property.
 void setHandlingDescription(CharacterStringPropertyType value)
          Sets the value of the handlingDescription property.
 void setUserNote(CharacterStringPropertyType value)
          Sets the value of the userNote property.
 String toString()
           
 MDSecurityConstraintsType withClassification(MDClassificationCodePropertyType value)
           
 MDSecurityConstraintsType withClassificationSystem(CharacterStringPropertyType value)
           
 MDSecurityConstraintsType withHandlingDescription(CharacterStringPropertyType value)
           
 MDSecurityConstraintsType withId(String value)
           
 MDSecurityConstraintsType withUseLimitation(CharacterStringPropertyType... values)
           
 MDSecurityConstraintsType withUseLimitation(Collection<CharacterStringPropertyType> values)
           
 MDSecurityConstraintsType withUseLimitation(List<CharacterStringPropertyType> value)
           
 MDSecurityConstraintsType withUserNote(CharacterStringPropertyType value)
           
 MDSecurityConstraintsType withUuid(String value)
           
 
Methods inherited from class net.opengis.iso19139.gmd.v_20070417.MDConstraintsType
getUseLimitation, isSetUseLimitation, setUseLimitation, unsetUseLimitation
 
Methods inherited from class net.opengis.iso19139.gco.v_20070417.AbstractObjectType
getId, getUuid, isSetId, isSetUuid, setId, setUuid
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

classification

protected MDClassificationCodePropertyType classification

userNote

protected CharacterStringPropertyType userNote

classificationSystem

protected CharacterStringPropertyType classificationSystem

handlingDescription

protected CharacterStringPropertyType handlingDescription
Constructor Detail

MDSecurityConstraintsType

public MDSecurityConstraintsType()
Method Detail

getClassification

public MDClassificationCodePropertyType getClassification()
Gets the value of the classification property.

Returns:
possible object is MDClassificationCodePropertyType

setClassification

public void setClassification(MDClassificationCodePropertyType value)
Sets the value of the classification property.

Parameters:
value - allowed object is MDClassificationCodePropertyType

isSetClassification

public boolean isSetClassification()

getUserNote

public CharacterStringPropertyType getUserNote()
Gets the value of the userNote property.

Returns:
possible object is CharacterStringPropertyType

setUserNote

public void setUserNote(CharacterStringPropertyType value)
Sets the value of the userNote property.

Parameters:
value - allowed object is CharacterStringPropertyType

isSetUserNote

public boolean isSetUserNote()

getClassificationSystem

public CharacterStringPropertyType getClassificationSystem()
Gets the value of the classificationSystem property.

Returns:
possible object is CharacterStringPropertyType

setClassificationSystem

public void setClassificationSystem(CharacterStringPropertyType value)
Sets the value of the classificationSystem property.

Parameters:
value - allowed object is CharacterStringPropertyType

isSetClassificationSystem

public boolean isSetClassificationSystem()

getHandlingDescription

public CharacterStringPropertyType getHandlingDescription()
Gets the value of the handlingDescription property.

Returns:
possible object is CharacterStringPropertyType

setHandlingDescription

public void setHandlingDescription(CharacterStringPropertyType value)
Sets the value of the handlingDescription property.

Parameters:
value - allowed object is CharacterStringPropertyType

isSetHandlingDescription

public boolean isSetHandlingDescription()

toString

public String toString()
Overrides:
toString in class MDConstraintsType

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString
Overrides:
append in class MDConstraintsType

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString
Overrides:
appendFields in class MDConstraintsType

equals

public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                      org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                      Object object,
                      org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals
Overrides:
equals in class MDConstraintsType

equals

public boolean equals(Object object)
Overrides:
equals in class MDConstraintsType

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode
Overrides:
hashCode in class MDConstraintsType

hashCode

public int hashCode()
Overrides:
hashCode in class MDConstraintsType

clone

public Object clone()
Overrides:
clone in class MDConstraintsType

copyTo

public Object copyTo(Object target)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo
Overrides:
copyTo in class MDConstraintsType

copyTo

public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                     Object target,
                     org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo
Overrides:
copyTo in class MDConstraintsType

createNewInstance

public Object createNewInstance()
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom
Overrides:
createNewInstance in class MDConstraintsType

mergeFrom

public void mergeFrom(Object left,
                      Object right)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom
Overrides:
mergeFrom in class MDConstraintsType

mergeFrom

public void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
                      org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
                      Object left,
                      Object right,
                      org.jvnet.jaxb2_commons.lang.MergeStrategy strategy)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom
Overrides:
mergeFrom in class MDConstraintsType

withClassification

public MDSecurityConstraintsType withClassification(MDClassificationCodePropertyType value)

withUserNote

public MDSecurityConstraintsType withUserNote(CharacterStringPropertyType value)

withClassificationSystem

public MDSecurityConstraintsType withClassificationSystem(CharacterStringPropertyType value)

withHandlingDescription

public MDSecurityConstraintsType withHandlingDescription(CharacterStringPropertyType value)

withUseLimitation

public MDSecurityConstraintsType withUseLimitation(CharacterStringPropertyType... values)
Overrides:
withUseLimitation in class MDConstraintsType

withUseLimitation

public MDSecurityConstraintsType withUseLimitation(Collection<CharacterStringPropertyType> values)
Overrides:
withUseLimitation in class MDConstraintsType

withUseLimitation

public MDSecurityConstraintsType withUseLimitation(List<CharacterStringPropertyType> value)
Overrides:
withUseLimitation in class MDConstraintsType

withId

public MDSecurityConstraintsType withId(String value)
Overrides:
withId in class MDConstraintsType

withUuid

public MDSecurityConstraintsType withUuid(String value)
Overrides:
withUuid in class MDConstraintsType


Copyright © 2008-2015. All Rights Reserved.