Package org.isotc211.x2005.gmd
Interface MDSecurityConstraintsType
-
- All Superinterfaces:
AbstractObjectType,MDConstraintsType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
MDSecurityConstraintsTypeImpl
public interface MDSecurityConstraintsType extends MDConstraintsType
An XML MD_SecurityConstraints_Type(@http://www.isotc211.org/2005/gmd). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMDSecurityConstraintsType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MDClassificationCodePropertyTypeaddNewClassification()Appends and returns a new empty "classification" elementCharacterStringPropertyTypeaddNewClassificationSystem()Appends and returns a new empty "classificationSystem" elementCharacterStringPropertyTypeaddNewHandlingDescription()Appends and returns a new empty "handlingDescription" elementCharacterStringPropertyTypeaddNewUserNote()Appends and returns a new empty "userNote" elementMDClassificationCodePropertyTypegetClassification()Gets the "classification" elementCharacterStringPropertyTypegetClassificationSystem()Gets the "classificationSystem" elementCharacterStringPropertyTypegetHandlingDescription()Gets the "handlingDescription" elementCharacterStringPropertyTypegetUserNote()Gets the "userNote" elementbooleanisSetClassificationSystem()True if has "classificationSystem" elementbooleanisSetHandlingDescription()True if has "handlingDescription" elementbooleanisSetUserNote()True if has "userNote" elementvoidsetClassification(MDClassificationCodePropertyType classification)Sets the "classification" elementvoidsetClassificationSystem(CharacterStringPropertyType classificationSystem)Sets the "classificationSystem" elementvoidsetHandlingDescription(CharacterStringPropertyType handlingDescription)Sets the "handlingDescription" elementvoidsetUserNote(CharacterStringPropertyType userNote)Sets the "userNote" elementvoidunsetClassificationSystem()Unsets the "classificationSystem" elementvoidunsetHandlingDescription()Unsets the "handlingDescription" elementvoidunsetUserNote()Unsets the "userNote" element-
Methods inherited from interface org.isotc211.x2005.gco.AbstractObjectType
getId, getUuid, isSetId, isSetUuid, setId, setUuid, unsetId, unsetUuid, xgetId, xgetUuid, xsetId, xsetUuid
-
Methods inherited from interface org.isotc211.x2005.gmd.MDConstraintsType
addNewUseLimitation, getUseLimitationArray, getUseLimitationArray, insertNewUseLimitation, removeUseLimitation, setUseLimitationArray, setUseLimitationArray, sizeOfUseLimitationArray
-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Method Detail
-
getClassification
MDClassificationCodePropertyType getClassification()
Gets the "classification" element
-
setClassification
void setClassification(MDClassificationCodePropertyType classification)
Sets the "classification" element
-
addNewClassification
MDClassificationCodePropertyType addNewClassification()
Appends and returns a new empty "classification" element
-
getUserNote
CharacterStringPropertyType getUserNote()
Gets the "userNote" element
-
isSetUserNote
boolean isSetUserNote()
True if has "userNote" element
-
setUserNote
void setUserNote(CharacterStringPropertyType userNote)
Sets the "userNote" element
-
addNewUserNote
CharacterStringPropertyType addNewUserNote()
Appends and returns a new empty "userNote" element
-
unsetUserNote
void unsetUserNote()
Unsets the "userNote" element
-
getClassificationSystem
CharacterStringPropertyType getClassificationSystem()
Gets the "classificationSystem" element
-
isSetClassificationSystem
boolean isSetClassificationSystem()
True if has "classificationSystem" element
-
setClassificationSystem
void setClassificationSystem(CharacterStringPropertyType classificationSystem)
Sets the "classificationSystem" element
-
addNewClassificationSystem
CharacterStringPropertyType addNewClassificationSystem()
Appends and returns a new empty "classificationSystem" element
-
unsetClassificationSystem
void unsetClassificationSystem()
Unsets the "classificationSystem" element
-
getHandlingDescription
CharacterStringPropertyType getHandlingDescription()
Gets the "handlingDescription" element
-
isSetHandlingDescription
boolean isSetHandlingDescription()
True if has "handlingDescription" element
-
setHandlingDescription
void setHandlingDescription(CharacterStringPropertyType handlingDescription)
Sets the "handlingDescription" element
-
addNewHandlingDescription
CharacterStringPropertyType addNewHandlingDescription()
Appends and returns a new empty "handlingDescription" element
-
unsetHandlingDescription
void unsetHandlingDescription()
Unsets the "handlingDescription" element
-
-