Class MDSecurityConstraintsType
- java.lang.Object
-
- net.opengis.iso19139.gco.v_20070417.AbstractObjectType
-
- net.opengis.iso19139.gmd.v_20070417.MDConstraintsType
-
- net.opengis.iso19139.gmd.v_20070417.MDSecurityConstraintsType
-
- All Implemented Interfaces:
Cloneable,org.jvnet.jaxb.lang.CopyTo,org.jvnet.jaxb.lang.Equals,org.jvnet.jaxb.lang.HashCode,org.jvnet.jaxb.lang.MergeFrom,org.jvnet.jaxb.lang.ToString
public class MDSecurityConstraintsType extends MDConstraintsType implements Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString
Handling restrictions imposed on the dataset because of national security, privacy, or other concernsJava 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
Fields Modifier and Type Field Description protected MDClassificationCodePropertyTypeclassificationprotected CharacterStringPropertyTypeclassificationSystemprotected CharacterStringPropertyTypehandlingDescriptionprotected CharacterStringPropertyTypeuserNote-
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
Constructors Constructor Description MDSecurityConstraintsType()Default no-arg constructorMDSecurityConstraintsType(String id, String uuid, List<CharacterStringPropertyType> useLimitation, MDClassificationCodePropertyType classification, CharacterStringPropertyType userNote, CharacterStringPropertyType classificationSystem, CharacterStringPropertyType handlingDescription)Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringBuilderappend(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)StringBuilderappendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)Objectclone()ObjectcopyTo(Object target)ObjectcopyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)ObjectcreateNewInstance()booleanequals(Object object)booleanequals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)MDClassificationCodePropertyTypegetClassification()Gets the value of the classification property.CharacterStringPropertyTypegetClassificationSystem()Gets the value of the classificationSystem property.CharacterStringPropertyTypegetHandlingDescription()Gets the value of the handlingDescription property.CharacterStringPropertyTypegetUserNote()Gets the value of the userNote property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)booleanisSetClassification()booleanisSetClassificationSystem()booleanisSetHandlingDescription()booleanisSetUserNote()voidmergeFrom(Object left, Object right)voidmergeFrom(org.jvnet.jaxb.locator.ObjectLocator leftLocator, org.jvnet.jaxb.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb.lang.MergeStrategy strategy)voidsetClassification(MDClassificationCodePropertyType value)Sets the value of the classification property.voidsetClassificationSystem(CharacterStringPropertyType value)Sets the value of the classificationSystem property.voidsetHandlingDescription(CharacterStringPropertyType value)Sets the value of the handlingDescription property.voidsetUserNote(CharacterStringPropertyType value)Sets the value of the userNote property.StringtoString()MDSecurityConstraintsTypewithClassification(MDClassificationCodePropertyType value)MDSecurityConstraintsTypewithClassificationSystem(CharacterStringPropertyType value)MDSecurityConstraintsTypewithHandlingDescription(CharacterStringPropertyType value)MDSecurityConstraintsTypewithId(String value)MDSecurityConstraintsTypewithUseLimitation(Collection<CharacterStringPropertyType> values)MDSecurityConstraintsTypewithUseLimitation(List<CharacterStringPropertyType> value)MDSecurityConstraintsTypewithUseLimitation(CharacterStringPropertyType... values)MDSecurityConstraintsTypewithUserNote(CharacterStringPropertyType value)MDSecurityConstraintsTypewithUuid(String value)-
Methods inherited from class net.opengis.iso19139.gmd.v_20070417.MDConstraintsType
getUseLimitation, isSetUseLimitation, setUseLimitation, unsetUseLimitation
-
-
-
-
Field Detail
-
classification
protected MDClassificationCodePropertyType classification
-
userNote
protected CharacterStringPropertyType userNote
-
classificationSystem
protected CharacterStringPropertyType classificationSystem
-
handlingDescription
protected CharacterStringPropertyType handlingDescription
-
-
Constructor Detail
-
MDSecurityConstraintsType
public MDSecurityConstraintsType()
Default no-arg constructor
-
MDSecurityConstraintsType
public MDSecurityConstraintsType(String id, String uuid, List<CharacterStringPropertyType> useLimitation, MDClassificationCodePropertyType classification, CharacterStringPropertyType userNote, CharacterStringPropertyType classificationSystem, CharacterStringPropertyType handlingDescription)
Fully-initialising value constructor
-
-
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 isMDClassificationCodePropertyType
-
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 isCharacterStringPropertyType
-
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 isCharacterStringPropertyType
-
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 isCharacterStringPropertyType
-
isSetHandlingDescription
public boolean isSetHandlingDescription()
-
toString
public String toString()
- Overrides:
toStringin classMDConstraintsType
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
- Specified by:
appendin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendin classMDConstraintsType
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
- Specified by:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendFieldsin classMDConstraintsType
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb.lang.Equals- Overrides:
equalsin classMDConstraintsType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classMDConstraintsType
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb.lang.HashCode- Overrides:
hashCodein classMDConstraintsType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classMDConstraintsType
-
clone
public Object clone()
- Overrides:
clonein classMDConstraintsType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classMDConstraintsType
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classMDConstraintsType
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
createNewInstancein classMDConstraintsType
-
mergeFrom
public void mergeFrom(Object left, Object right)
- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classMDConstraintsType
-
mergeFrom
public void mergeFrom(org.jvnet.jaxb.locator.ObjectLocator leftLocator, org.jvnet.jaxb.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb.lang.MergeStrategy strategy)- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classMDConstraintsType
-
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:
withUseLimitationin classMDConstraintsType
-
withUseLimitation
public MDSecurityConstraintsType withUseLimitation(Collection<CharacterStringPropertyType> values)
- Overrides:
withUseLimitationin classMDConstraintsType
-
withUseLimitation
public MDSecurityConstraintsType withUseLimitation(List<CharacterStringPropertyType> value)
- Overrides:
withUseLimitationin classMDConstraintsType
-
withId
public MDSecurityConstraintsType withId(String value)
- Overrides:
withIdin classMDConstraintsType
-
withUuid
public MDSecurityConstraintsType withUuid(String value)
- Overrides:
withUuidin classMDConstraintsType
-
-