|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.iso19139.gco.v_20060504.AbstractObjectType
net.opengis.iso19139.gmd.v_20060504.MDConstraintsType
net.opengis.iso19139.gmd.v_20060504.MDSecurityConstraintsType
public class MDSecurityConstraintsType
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_20060504.MDConstraintsType |
|---|
useLimitation |
| Fields inherited from class net.opengis.iso19139.gco.v_20060504.AbstractObjectType |
|---|
id, uuid |
| Constructor Summary | |
|---|---|
MDSecurityConstraintsType()
|
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class net.opengis.iso19139.gmd.v_20060504.MDConstraintsType |
|---|
getUseLimitation, isSetUseLimitation, setUseLimitation, unsetUseLimitation |
| Methods inherited from class net.opengis.iso19139.gco.v_20060504.AbstractObjectType |
|---|
getId, getUuid, isSetId, isSetUuid, setId, setUuid |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected MDClassificationCodePropertyType classification
protected CharacterStringPropertyType userNote
protected CharacterStringPropertyType classificationSystem
protected CharacterStringPropertyType handlingDescription
| Constructor Detail |
|---|
public MDSecurityConstraintsType()
| Method Detail |
|---|
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 MDConstraintsType
public 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 MDConstraintsType
public 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 MDConstraintsType
public 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 MDConstraintsType
public 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 MDConstraintsType
public 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 MDConstraintsType
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class MDConstraintsType
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.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 MDConstraintsType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||