public class MDSecurityConstraintsType extends MDConstraintsType implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.MergeFrom2, org.jvnet.jaxb2_commons.lang.ToString2
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>
| Modifier and Type | Field and Description |
|---|---|
protected MDClassificationCodePropertyType |
classification |
protected CharacterStringPropertyType |
classificationSystem |
protected CharacterStringPropertyType |
handlingDescription |
protected CharacterStringPropertyType |
userNote |
useLimitationid, uuid| Constructor and Description |
|---|
MDSecurityConstraintsType() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 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.EqualsStrategy2 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.HashCodeStrategy2 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.MergeStrategy2 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) |
getUseLimitation, isSetUseLimitation, setUseLimitation, unsetUseLimitationprotected MDClassificationCodePropertyType classification
protected CharacterStringPropertyType userNote
protected CharacterStringPropertyType classificationSystem
protected CharacterStringPropertyType handlingDescription
public MDClassificationCodePropertyType getClassification()
MDClassificationCodePropertyTypepublic void setClassification(MDClassificationCodePropertyType value)
value - allowed object is
MDClassificationCodePropertyTypepublic boolean isSetClassification()
public CharacterStringPropertyType getUserNote()
CharacterStringPropertyTypepublic void setUserNote(CharacterStringPropertyType value)
value - allowed object is
CharacterStringPropertyTypepublic boolean isSetUserNote()
public CharacterStringPropertyType getClassificationSystem()
CharacterStringPropertyTypepublic void setClassificationSystem(CharacterStringPropertyType value)
value - allowed object is
CharacterStringPropertyTypepublic boolean isSetClassificationSystem()
public CharacterStringPropertyType getHandlingDescription()
CharacterStringPropertyTypepublic void setHandlingDescription(CharacterStringPropertyType value)
value - allowed object is
CharacterStringPropertyTypepublic boolean isSetHandlingDescription()
public String toString()
toString in class MDConstraintsTypepublic StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2append in class MDConstraintsTypepublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2appendFields in class MDConstraintsTypepublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals in class MDConstraintsTypepublic boolean equals(Object object)
equals in class MDConstraintsTypepublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode in class MDConstraintsTypepublic int hashCode()
hashCode in class MDConstraintsTypepublic Object clone()
clone in class MDConstraintsTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class MDConstraintsTypepublic Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class MDConstraintsTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2createNewInstance in class MDConstraintsTypepublic void mergeFrom(Object left, Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class MDConstraintsTypepublic 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.MergeStrategy2 strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class MDConstraintsTypepublic MDSecurityConstraintsType withClassification(MDClassificationCodePropertyType value)
public MDSecurityConstraintsType withUserNote(CharacterStringPropertyType value)
public MDSecurityConstraintsType withClassificationSystem(CharacterStringPropertyType value)
public MDSecurityConstraintsType withHandlingDescription(CharacterStringPropertyType value)
public MDSecurityConstraintsType withUseLimitation(CharacterStringPropertyType... values)
withUseLimitation in class MDConstraintsTypepublic MDSecurityConstraintsType withUseLimitation(Collection<CharacterStringPropertyType> values)
withUseLimitation in class MDConstraintsTypepublic MDSecurityConstraintsType withUseLimitation(List<CharacterStringPropertyType> value)
withUseLimitation in class MDConstraintsTypepublic MDSecurityConstraintsType withId(String value)
withId in class MDConstraintsTypepublic MDSecurityConstraintsType withUuid(String value)
withUuid in class MDConstraintsTypeCopyright © 2008–2023. All rights reserved.