net.opengis.sensorML.x10.impl
Class SecurityDocumentImpl.SecurityImpl

java.lang.Object
  extended by org.apache.xmlbeans.impl.values.XmlObjectBase
      extended by org.apache.xmlbeans.impl.values.XmlComplexContentImpl
          extended by net.opengis.sensorML.x10.impl.SecurityDocumentImpl.SecurityImpl
All Implemented Interfaces:
Serializable, SecurityDocument.Security, org.apache.xmlbeans.impl.values.TypeStoreUser, org.apache.xmlbeans.SimpleValue, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
Enclosing class:
SecurityDocumentImpl

public static class SecurityDocumentImpl.SecurityImpl
extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl
implements SecurityDocument.Security

An XML Security(@http://www.opengis.net/sensorML/1.0). This is a complex type.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface net.opengis.sensorML.x10.SecurityDocument.Security
SecurityDocument.Security.Factory
 
Field Summary
 
Fields inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase
_voorVc, KIND_SETTERHELPER_ARRAYITEM, KIND_SETTERHELPER_SINGLETON, MAJOR_VERSION_NUMBER, MINOR_VERSION_NUMBER
 
Fields inherited from interface net.opengis.sensorML.x10.SecurityDocument.Security
type
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Constructor Summary
SecurityDocumentImpl.SecurityImpl(org.apache.xmlbeans.SchemaType sType)
           
 
Method Summary
 ClassificationType.Enum getClassification()
          Gets the "classification" attribute
 String getClassificationReason()
          Gets the "classificationReason" attribute
 String getClassifiedBy()
          Gets the "classifiedBy" attribute
 Calendar getDateOfExemptedSource()
          Gets the "dateOfExemptedSource" attribute
 Calendar getDeclassDate()
          Gets the "declassDate" attribute
 String getDeclassEvent()
          Gets the "declassEvent" attribute
 List getDeclassException()
          Gets the "declassException" attribute
 boolean getDeclassManualReview()
          Gets the "declassManualReview" attribute
 String getDerivedFrom()
          Gets the "derivedFrom" attribute
 List getDisseminationControls()
          Gets the "disseminationControls" attribute
 List getFGIsourceOpen()
          Gets the "FGIsourceOpen" attribute
 List getFGIsourceProtected()
          Gets the "FGIsourceProtected" attribute
 List getNonICmarkings()
          Gets the "nonICmarkings" attribute
 List getOwnerProducer()
          Gets the "ownerProducer" attribute
 List getReleasableTo()
          Gets the "releasableTo" attribute
 List getSARIdentifier()
          Gets the "SARIdentifier" attribute
 List getSCIcontrols()
          Gets the "SCIcontrols" attribute
 List getTypeOfExemptedSource()
          Gets the "typeOfExemptedSource" attribute
 boolean isSetClassification()
          True if has "classification" attribute
 boolean isSetClassificationReason()
          True if has "classificationReason" attribute
 boolean isSetClassifiedBy()
          True if has "classifiedBy" attribute
 boolean isSetDateOfExemptedSource()
          True if has "dateOfExemptedSource" attribute
 boolean isSetDeclassDate()
          True if has "declassDate" attribute
 boolean isSetDeclassEvent()
          True if has "declassEvent" attribute
 boolean isSetDeclassException()
          True if has "declassException" attribute
 boolean isSetDeclassManualReview()
          True if has "declassManualReview" attribute
 boolean isSetDerivedFrom()
          True if has "derivedFrom" attribute
 boolean isSetDisseminationControls()
          True if has "disseminationControls" attribute
 boolean isSetFGIsourceOpen()
          True if has "FGIsourceOpen" attribute
 boolean isSetFGIsourceProtected()
          True if has "FGIsourceProtected" attribute
 boolean isSetNonICmarkings()
          True if has "nonICmarkings" attribute
 boolean isSetOwnerProducer()
          True if has "ownerProducer" attribute
 boolean isSetReleasableTo()
          True if has "releasableTo" attribute
 boolean isSetSARIdentifier()
          True if has "SARIdentifier" attribute
 boolean isSetSCIcontrols()
          True if has "SCIcontrols" attribute
 boolean isSetTypeOfExemptedSource()
          True if has "typeOfExemptedSource" attribute
 void setClassification(ClassificationType.Enum classification)
          Sets the "classification" attribute
 void setClassificationReason(String classificationReason)
          Sets the "classificationReason" attribute
 void setClassifiedBy(String classifiedBy)
          Sets the "classifiedBy" attribute
 void setDateOfExemptedSource(Calendar dateOfExemptedSource)
          Sets the "dateOfExemptedSource" attribute
 void setDeclassDate(Calendar declassDate)
          Sets the "declassDate" attribute
 void setDeclassEvent(String declassEvent)
          Sets the "declassEvent" attribute
 void setDeclassException(List declassException)
          Sets the "declassException" attribute
 void setDeclassManualReview(boolean declassManualReview)
          Sets the "declassManualReview" attribute
 void setDerivedFrom(String derivedFrom)
          Sets the "derivedFrom" attribute
 void setDisseminationControls(List disseminationControls)
          Sets the "disseminationControls" attribute
 void setFGIsourceOpen(List fgIsourceOpen)
          Sets the "FGIsourceOpen" attribute
 void setFGIsourceProtected(List fgIsourceProtected)
          Sets the "FGIsourceProtected" attribute
 void setNonICmarkings(List nonICmarkings)
          Sets the "nonICmarkings" attribute
 void setOwnerProducer(List ownerProducer)
          Sets the "ownerProducer" attribute
 void setReleasableTo(List releasableTo)
          Sets the "releasableTo" attribute
 void setSARIdentifier(List sarIdentifier)
          Sets the "SARIdentifier" attribute
 void setSCIcontrols(List scIcontrols)
          Sets the "SCIcontrols" attribute
 void setTypeOfExemptedSource(List typeOfExemptedSource)
          Sets the "typeOfExemptedSource" attribute
 void unsetClassification()
          Unsets the "classification" attribute
 void unsetClassificationReason()
          Unsets the "classificationReason" attribute
 void unsetClassifiedBy()
          Unsets the "classifiedBy" attribute
 void unsetDateOfExemptedSource()
          Unsets the "dateOfExemptedSource" attribute
 void unsetDeclassDate()
          Unsets the "declassDate" attribute
 void unsetDeclassEvent()
          Unsets the "declassEvent" attribute
 void unsetDeclassException()
          Unsets the "declassException" attribute
 void unsetDeclassManualReview()
          Unsets the "declassManualReview" attribute
 void unsetDerivedFrom()
          Unsets the "derivedFrom" attribute
 void unsetDisseminationControls()
          Unsets the "disseminationControls" attribute
 void unsetFGIsourceOpen()
          Unsets the "FGIsourceOpen" attribute
 void unsetFGIsourceProtected()
          Unsets the "FGIsourceProtected" attribute
 void unsetNonICmarkings()
          Unsets the "nonICmarkings" attribute
 void unsetOwnerProducer()
          Unsets the "ownerProducer" attribute
 void unsetReleasableTo()
          Unsets the "releasableTo" attribute
 void unsetSARIdentifier()
          Unsets the "SARIdentifier" attribute
 void unsetSCIcontrols()
          Unsets the "SCIcontrols" attribute
 void unsetTypeOfExemptedSource()
          Unsets the "typeOfExemptedSource" attribute
 ClassificationType xgetClassification()
          Gets (as xml) the "classification" attribute
 ClassificationReasonAttribute.ClassificationReason xgetClassificationReason()
          Gets (as xml) the "classificationReason" attribute
 ClassifiedByAttribute.ClassifiedBy xgetClassifiedBy()
          Gets (as xml) the "classifiedBy" attribute
 DateOfExemptedSourceAttribute.DateOfExemptedSource xgetDateOfExemptedSource()
          Gets (as xml) the "dateOfExemptedSource" attribute
 DeclassDateAttribute.DeclassDate xgetDeclassDate()
          Gets (as xml) the "declassDate" attribute
 DeclassEventAttribute.DeclassEvent xgetDeclassEvent()
          Gets (as xml) the "declassEvent" attribute
 DeclassExceptionAttribute.DeclassException xgetDeclassException()
          Gets (as xml) the "declassException" attribute
 DeclassManualReviewAttribute.DeclassManualReview xgetDeclassManualReview()
          Gets (as xml) the "declassManualReview" attribute
 DerivedFromAttribute.DerivedFrom xgetDerivedFrom()
          Gets (as xml) the "derivedFrom" attribute
 DisseminationControlsAttribute.DisseminationControls xgetDisseminationControls()
          Gets (as xml) the "disseminationControls" attribute
 FGIsourceOpenAttribute.FGIsourceOpen xgetFGIsourceOpen()
          Gets (as xml) the "FGIsourceOpen" attribute
 FGIsourceProtectedAttribute.FGIsourceProtected xgetFGIsourceProtected()
          Gets (as xml) the "FGIsourceProtected" attribute
 NonICmarkingsAttribute.NonICmarkings xgetNonICmarkings()
          Gets (as xml) the "nonICmarkings" attribute
 OwnerProducerAttribute.OwnerProducer xgetOwnerProducer()
          Gets (as xml) the "ownerProducer" attribute
 ReleasableToAttribute.ReleasableTo xgetReleasableTo()
          Gets (as xml) the "releasableTo" attribute
 SARIdentifierAttribute.SARIdentifier xgetSARIdentifier()
          Gets (as xml) the "SARIdentifier" attribute
 SCIcontrolsAttribute.SCIcontrols xgetSCIcontrols()
          Gets (as xml) the "SCIcontrols" attribute
 TypeOfExemptedSourceAttribute.TypeOfExemptedSource xgetTypeOfExemptedSource()
          Gets (as xml) the "typeOfExemptedSource" attribute
 void xsetClassification(ClassificationType classification)
          Sets (as xml) the "classification" attribute
 void xsetClassificationReason(ClassificationReasonAttribute.ClassificationReason classificationReason)
          Sets (as xml) the "classificationReason" attribute
 void xsetClassifiedBy(ClassifiedByAttribute.ClassifiedBy classifiedBy)
          Sets (as xml) the "classifiedBy" attribute
 void xsetDateOfExemptedSource(DateOfExemptedSourceAttribute.DateOfExemptedSource dateOfExemptedSource)
          Sets (as xml) the "dateOfExemptedSource" attribute
 void xsetDeclassDate(DeclassDateAttribute.DeclassDate declassDate)
          Sets (as xml) the "declassDate" attribute
 void xsetDeclassEvent(DeclassEventAttribute.DeclassEvent declassEvent)
          Sets (as xml) the "declassEvent" attribute
 void xsetDeclassException(DeclassExceptionAttribute.DeclassException declassException)
          Sets (as xml) the "declassException" attribute
 void xsetDeclassManualReview(DeclassManualReviewAttribute.DeclassManualReview declassManualReview)
          Sets (as xml) the "declassManualReview" attribute
 void xsetDerivedFrom(DerivedFromAttribute.DerivedFrom derivedFrom)
          Sets (as xml) the "derivedFrom" attribute
 void xsetDisseminationControls(DisseminationControlsAttribute.DisseminationControls disseminationControls)
          Sets (as xml) the "disseminationControls" attribute
 void xsetFGIsourceOpen(FGIsourceOpenAttribute.FGIsourceOpen fgIsourceOpen)
          Sets (as xml) the "FGIsourceOpen" attribute
 void xsetFGIsourceProtected(FGIsourceProtectedAttribute.FGIsourceProtected fgIsourceProtected)
          Sets (as xml) the "FGIsourceProtected" attribute
 void xsetNonICmarkings(NonICmarkingsAttribute.NonICmarkings nonICmarkings)
          Sets (as xml) the "nonICmarkings" attribute
 void xsetOwnerProducer(OwnerProducerAttribute.OwnerProducer ownerProducer)
          Sets (as xml) the "ownerProducer" attribute
 void xsetReleasableTo(ReleasableToAttribute.ReleasableTo releasableTo)
          Sets (as xml) the "releasableTo" attribute
 void xsetSARIdentifier(SARIdentifierAttribute.SARIdentifier sarIdentifier)
          Sets (as xml) the "SARIdentifier" attribute
 void xsetSCIcontrols(SCIcontrolsAttribute.SCIcontrols scIcontrols)
          Sets (as xml) the "SCIcontrols" attribute
 void xsetTypeOfExemptedSource(TypeOfExemptedSourceAttribute.TypeOfExemptedSource typeOfExemptedSource)
          Sets (as xml) the "typeOfExemptedSource" attribute
 
Methods inherited from class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, compute_text, equal_to, get_default_attribute_text, get_default_element_text, get_elementflags, is_child_element_order_sensitive, new_visitor, schemaType, set_nil, set_String, set_text, unionArraySetterHelper, unionArraySetterHelper, update_from_complex_content, value_hash_code
 
Methods inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase
_copy, _copy, _isComplexContent, _isComplexType, _set, _validateOnSet, attach_store, bigDecimalValue, bigIntegerValue, booleanValue, build_nil, build_text, byteArrayValue, byteValue, calendarValue, changeType, check_dated, check_orphaned, compare_to, compareTo, compareValue, copy, copy, create_attribute_user, create_element_user, dateValue, disconnect_store, documentProperties, doubleValue, dump, elementFlags, enumValue, equals, execQuery, execQuery, floatValue, gDateValue, gDurationValue, generatedSetterHelperImpl, get_attribute_field, get_attribute_type, get_attributeflags, get_default_attribute_value, get_element_ending_delimiters, get_element_type, get_schema_type, get_store, get_wscanon_rule, get_wscanon_text, getBigDecimalValue, getBigIntegerValue, getBooleanValue, getByteArrayValue, getByteValue, getCalendarValue, getDateValue, getDomNode, getDoubleValue, getEnumValue, getFloatValue, getGDateValue, getGDurationValue, getIntValue, getListValue, getLongValue, getObjectValue, getQNameValue, getShortValue, getStringValue, getXmlLocale, has_store, hashCode, init_flags, initComplexType, instanceType, intValue, invalidate_element_order, invalidate_nilvalue, invalidate_value, is_defaultable_ws, is_orphaned, isDefault, isDefaultable, isFixed, isImmutable, isInstanceOf, isNil, isNillable, java_value, listValue, longValue, monitor, newCursor, newCursorForce, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, objectSet, objectValue, qNameValue, save, save, save, save, save, save, save, save, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set_b64, set_BigDecimal, set_BigInteger, set_boolean, set_byte, set_ByteArray, set_Calendar, set_char, set_ComplexXml, set_Date, set_double, set_enum, set_float, set_GDate, set_GDuration, set_hex, set_int, set_list, set_long, set_newValue, set_notation, set_QName, set_short, set_xmlanysimple, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, setBigDecimalValue, setBigIntegerValue, setBooleanValue, setByteArrayValue, setByteValue, setCalendarValue, setDateValue, setDoubleValue, setEnumValue, setFloatValue, setGDateValue, setGDateValue, setGDurationValue, setGDurationValue, setImmutable, setIntValue, setListValue, setLongValue, setNil, setObjectValue, setQNameValue, setShortValue, setStringValue, setValidateOnSet, shortValue, stringValue, substitute, toString, uses_invalidate_value, validate_now, validate_simpleval, validate, validate, valueEquals, valueHashCode, writeReplace, xgetListValue, xlistValue, xmlText, xmlText
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
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
 

Constructor Detail

SecurityDocumentImpl.SecurityImpl

public SecurityDocumentImpl.SecurityImpl(org.apache.xmlbeans.SchemaType sType)
Method Detail

getClassification

public ClassificationType.Enum getClassification()
Gets the "classification" attribute

Specified by:
getClassification in interface SecurityDocument.Security

xgetClassification

public ClassificationType xgetClassification()
Gets (as xml) the "classification" attribute

Specified by:
xgetClassification in interface SecurityDocument.Security

isSetClassification

public boolean isSetClassification()
True if has "classification" attribute

Specified by:
isSetClassification in interface SecurityDocument.Security

setClassification

public void setClassification(ClassificationType.Enum classification)
Sets the "classification" attribute

Specified by:
setClassification in interface SecurityDocument.Security

xsetClassification

public void xsetClassification(ClassificationType classification)
Sets (as xml) the "classification" attribute

Specified by:
xsetClassification in interface SecurityDocument.Security

unsetClassification

public void unsetClassification()
Unsets the "classification" attribute

Specified by:
unsetClassification in interface SecurityDocument.Security

getOwnerProducer

public List getOwnerProducer()
Gets the "ownerProducer" attribute

Specified by:
getOwnerProducer in interface SecurityDocument.Security

xgetOwnerProducer

public OwnerProducerAttribute.OwnerProducer xgetOwnerProducer()
Gets (as xml) the "ownerProducer" attribute

Specified by:
xgetOwnerProducer in interface SecurityDocument.Security

isSetOwnerProducer

public boolean isSetOwnerProducer()
True if has "ownerProducer" attribute

Specified by:
isSetOwnerProducer in interface SecurityDocument.Security

setOwnerProducer

public void setOwnerProducer(List ownerProducer)
Sets the "ownerProducer" attribute

Specified by:
setOwnerProducer in interface SecurityDocument.Security

xsetOwnerProducer

public void xsetOwnerProducer(OwnerProducerAttribute.OwnerProducer ownerProducer)
Sets (as xml) the "ownerProducer" attribute

Specified by:
xsetOwnerProducer in interface SecurityDocument.Security

unsetOwnerProducer

public void unsetOwnerProducer()
Unsets the "ownerProducer" attribute

Specified by:
unsetOwnerProducer in interface SecurityDocument.Security

getSCIcontrols

public List getSCIcontrols()
Gets the "SCIcontrols" attribute

Specified by:
getSCIcontrols in interface SecurityDocument.Security

xgetSCIcontrols

public SCIcontrolsAttribute.SCIcontrols xgetSCIcontrols()
Gets (as xml) the "SCIcontrols" attribute

Specified by:
xgetSCIcontrols in interface SecurityDocument.Security

isSetSCIcontrols

public boolean isSetSCIcontrols()
True if has "SCIcontrols" attribute

Specified by:
isSetSCIcontrols in interface SecurityDocument.Security

setSCIcontrols

public void setSCIcontrols(List scIcontrols)
Sets the "SCIcontrols" attribute

Specified by:
setSCIcontrols in interface SecurityDocument.Security

xsetSCIcontrols

public void xsetSCIcontrols(SCIcontrolsAttribute.SCIcontrols scIcontrols)
Sets (as xml) the "SCIcontrols" attribute

Specified by:
xsetSCIcontrols in interface SecurityDocument.Security

unsetSCIcontrols

public void unsetSCIcontrols()
Unsets the "SCIcontrols" attribute

Specified by:
unsetSCIcontrols in interface SecurityDocument.Security

getSARIdentifier

public List getSARIdentifier()
Gets the "SARIdentifier" attribute

Specified by:
getSARIdentifier in interface SecurityDocument.Security

xgetSARIdentifier

public SARIdentifierAttribute.SARIdentifier xgetSARIdentifier()
Gets (as xml) the "SARIdentifier" attribute

Specified by:
xgetSARIdentifier in interface SecurityDocument.Security

isSetSARIdentifier

public boolean isSetSARIdentifier()
True if has "SARIdentifier" attribute

Specified by:
isSetSARIdentifier in interface SecurityDocument.Security

setSARIdentifier

public void setSARIdentifier(List sarIdentifier)
Sets the "SARIdentifier" attribute

Specified by:
setSARIdentifier in interface SecurityDocument.Security

xsetSARIdentifier

public void xsetSARIdentifier(SARIdentifierAttribute.SARIdentifier sarIdentifier)
Sets (as xml) the "SARIdentifier" attribute

Specified by:
xsetSARIdentifier in interface SecurityDocument.Security

unsetSARIdentifier

public void unsetSARIdentifier()
Unsets the "SARIdentifier" attribute

Specified by:
unsetSARIdentifier in interface SecurityDocument.Security

getDisseminationControls

public List getDisseminationControls()
Gets the "disseminationControls" attribute

Specified by:
getDisseminationControls in interface SecurityDocument.Security

xgetDisseminationControls

public DisseminationControlsAttribute.DisseminationControls xgetDisseminationControls()
Gets (as xml) the "disseminationControls" attribute

Specified by:
xgetDisseminationControls in interface SecurityDocument.Security

isSetDisseminationControls

public boolean isSetDisseminationControls()
True if has "disseminationControls" attribute

Specified by:
isSetDisseminationControls in interface SecurityDocument.Security

setDisseminationControls

public void setDisseminationControls(List disseminationControls)
Sets the "disseminationControls" attribute

Specified by:
setDisseminationControls in interface SecurityDocument.Security

xsetDisseminationControls

public void xsetDisseminationControls(DisseminationControlsAttribute.DisseminationControls disseminationControls)
Sets (as xml) the "disseminationControls" attribute

Specified by:
xsetDisseminationControls in interface SecurityDocument.Security

unsetDisseminationControls

public void unsetDisseminationControls()
Unsets the "disseminationControls" attribute

Specified by:
unsetDisseminationControls in interface SecurityDocument.Security

getFGIsourceOpen

public List getFGIsourceOpen()
Gets the "FGIsourceOpen" attribute

Specified by:
getFGIsourceOpen in interface SecurityDocument.Security

xgetFGIsourceOpen

public FGIsourceOpenAttribute.FGIsourceOpen xgetFGIsourceOpen()
Gets (as xml) the "FGIsourceOpen" attribute

Specified by:
xgetFGIsourceOpen in interface SecurityDocument.Security

isSetFGIsourceOpen

public boolean isSetFGIsourceOpen()
True if has "FGIsourceOpen" attribute

Specified by:
isSetFGIsourceOpen in interface SecurityDocument.Security

setFGIsourceOpen

public void setFGIsourceOpen(List fgIsourceOpen)
Sets the "FGIsourceOpen" attribute

Specified by:
setFGIsourceOpen in interface SecurityDocument.Security

xsetFGIsourceOpen

public void xsetFGIsourceOpen(FGIsourceOpenAttribute.FGIsourceOpen fgIsourceOpen)
Sets (as xml) the "FGIsourceOpen" attribute

Specified by:
xsetFGIsourceOpen in interface SecurityDocument.Security

unsetFGIsourceOpen

public void unsetFGIsourceOpen()
Unsets the "FGIsourceOpen" attribute

Specified by:
unsetFGIsourceOpen in interface SecurityDocument.Security

getFGIsourceProtected

public List getFGIsourceProtected()
Gets the "FGIsourceProtected" attribute

Specified by:
getFGIsourceProtected in interface SecurityDocument.Security

xgetFGIsourceProtected

public FGIsourceProtectedAttribute.FGIsourceProtected xgetFGIsourceProtected()
Gets (as xml) the "FGIsourceProtected" attribute

Specified by:
xgetFGIsourceProtected in interface SecurityDocument.Security

isSetFGIsourceProtected

public boolean isSetFGIsourceProtected()
True if has "FGIsourceProtected" attribute

Specified by:
isSetFGIsourceProtected in interface SecurityDocument.Security

setFGIsourceProtected

public void setFGIsourceProtected(List fgIsourceProtected)
Sets the "FGIsourceProtected" attribute

Specified by:
setFGIsourceProtected in interface SecurityDocument.Security

xsetFGIsourceProtected

public void xsetFGIsourceProtected(FGIsourceProtectedAttribute.FGIsourceProtected fgIsourceProtected)
Sets (as xml) the "FGIsourceProtected" attribute

Specified by:
xsetFGIsourceProtected in interface SecurityDocument.Security

unsetFGIsourceProtected

public void unsetFGIsourceProtected()
Unsets the "FGIsourceProtected" attribute

Specified by:
unsetFGIsourceProtected in interface SecurityDocument.Security

getReleasableTo

public List getReleasableTo()
Gets the "releasableTo" attribute

Specified by:
getReleasableTo in interface SecurityDocument.Security

xgetReleasableTo

public ReleasableToAttribute.ReleasableTo xgetReleasableTo()
Gets (as xml) the "releasableTo" attribute

Specified by:
xgetReleasableTo in interface SecurityDocument.Security

isSetReleasableTo

public boolean isSetReleasableTo()
True if has "releasableTo" attribute

Specified by:
isSetReleasableTo in interface SecurityDocument.Security

setReleasableTo

public void setReleasableTo(List releasableTo)
Sets the "releasableTo" attribute

Specified by:
setReleasableTo in interface SecurityDocument.Security

xsetReleasableTo

public void xsetReleasableTo(ReleasableToAttribute.ReleasableTo releasableTo)
Sets (as xml) the "releasableTo" attribute

Specified by:
xsetReleasableTo in interface SecurityDocument.Security

unsetReleasableTo

public void unsetReleasableTo()
Unsets the "releasableTo" attribute

Specified by:
unsetReleasableTo in interface SecurityDocument.Security

getNonICmarkings

public List getNonICmarkings()
Gets the "nonICmarkings" attribute

Specified by:
getNonICmarkings in interface SecurityDocument.Security

xgetNonICmarkings

public NonICmarkingsAttribute.NonICmarkings xgetNonICmarkings()
Gets (as xml) the "nonICmarkings" attribute

Specified by:
xgetNonICmarkings in interface SecurityDocument.Security

isSetNonICmarkings

public boolean isSetNonICmarkings()
True if has "nonICmarkings" attribute

Specified by:
isSetNonICmarkings in interface SecurityDocument.Security

setNonICmarkings

public void setNonICmarkings(List nonICmarkings)
Sets the "nonICmarkings" attribute

Specified by:
setNonICmarkings in interface SecurityDocument.Security

xsetNonICmarkings

public void xsetNonICmarkings(NonICmarkingsAttribute.NonICmarkings nonICmarkings)
Sets (as xml) the "nonICmarkings" attribute

Specified by:
xsetNonICmarkings in interface SecurityDocument.Security

unsetNonICmarkings

public void unsetNonICmarkings()
Unsets the "nonICmarkings" attribute

Specified by:
unsetNonICmarkings in interface SecurityDocument.Security

getClassifiedBy

public String getClassifiedBy()
Gets the "classifiedBy" attribute

Specified by:
getClassifiedBy in interface SecurityDocument.Security

xgetClassifiedBy

public ClassifiedByAttribute.ClassifiedBy xgetClassifiedBy()
Gets (as xml) the "classifiedBy" attribute

Specified by:
xgetClassifiedBy in interface SecurityDocument.Security

isSetClassifiedBy

public boolean isSetClassifiedBy()
True if has "classifiedBy" attribute

Specified by:
isSetClassifiedBy in interface SecurityDocument.Security

setClassifiedBy

public void setClassifiedBy(String classifiedBy)
Sets the "classifiedBy" attribute

Specified by:
setClassifiedBy in interface SecurityDocument.Security

xsetClassifiedBy

public void xsetClassifiedBy(ClassifiedByAttribute.ClassifiedBy classifiedBy)
Sets (as xml) the "classifiedBy" attribute

Specified by:
xsetClassifiedBy in interface SecurityDocument.Security

unsetClassifiedBy

public void unsetClassifiedBy()
Unsets the "classifiedBy" attribute

Specified by:
unsetClassifiedBy in interface SecurityDocument.Security

getClassificationReason

public String getClassificationReason()
Gets the "classificationReason" attribute

Specified by:
getClassificationReason in interface SecurityDocument.Security

xgetClassificationReason

public ClassificationReasonAttribute.ClassificationReason xgetClassificationReason()
Gets (as xml) the "classificationReason" attribute

Specified by:
xgetClassificationReason in interface SecurityDocument.Security

isSetClassificationReason

public boolean isSetClassificationReason()
True if has "classificationReason" attribute

Specified by:
isSetClassificationReason in interface SecurityDocument.Security

setClassificationReason

public void setClassificationReason(String classificationReason)
Sets the "classificationReason" attribute

Specified by:
setClassificationReason in interface SecurityDocument.Security

xsetClassificationReason

public void xsetClassificationReason(ClassificationReasonAttribute.ClassificationReason classificationReason)
Sets (as xml) the "classificationReason" attribute

Specified by:
xsetClassificationReason in interface SecurityDocument.Security

unsetClassificationReason

public void unsetClassificationReason()
Unsets the "classificationReason" attribute

Specified by:
unsetClassificationReason in interface SecurityDocument.Security

getDerivedFrom

public String getDerivedFrom()
Gets the "derivedFrom" attribute

Specified by:
getDerivedFrom in interface SecurityDocument.Security

xgetDerivedFrom

public DerivedFromAttribute.DerivedFrom xgetDerivedFrom()
Gets (as xml) the "derivedFrom" attribute

Specified by:
xgetDerivedFrom in interface SecurityDocument.Security

isSetDerivedFrom

public boolean isSetDerivedFrom()
True if has "derivedFrom" attribute

Specified by:
isSetDerivedFrom in interface SecurityDocument.Security

setDerivedFrom

public void setDerivedFrom(String derivedFrom)
Sets the "derivedFrom" attribute

Specified by:
setDerivedFrom in interface SecurityDocument.Security

xsetDerivedFrom

public void xsetDerivedFrom(DerivedFromAttribute.DerivedFrom derivedFrom)
Sets (as xml) the "derivedFrom" attribute

Specified by:
xsetDerivedFrom in interface SecurityDocument.Security

unsetDerivedFrom

public void unsetDerivedFrom()
Unsets the "derivedFrom" attribute

Specified by:
unsetDerivedFrom in interface SecurityDocument.Security

getDeclassDate

public Calendar getDeclassDate()
Gets the "declassDate" attribute

Specified by:
getDeclassDate in interface SecurityDocument.Security

xgetDeclassDate

public DeclassDateAttribute.DeclassDate xgetDeclassDate()
Gets (as xml) the "declassDate" attribute

Specified by:
xgetDeclassDate in interface SecurityDocument.Security

isSetDeclassDate

public boolean isSetDeclassDate()
True if has "declassDate" attribute

Specified by:
isSetDeclassDate in interface SecurityDocument.Security

setDeclassDate

public void setDeclassDate(Calendar declassDate)
Sets the "declassDate" attribute

Specified by:
setDeclassDate in interface SecurityDocument.Security

xsetDeclassDate

public void xsetDeclassDate(DeclassDateAttribute.DeclassDate declassDate)
Sets (as xml) the "declassDate" attribute

Specified by:
xsetDeclassDate in interface SecurityDocument.Security

unsetDeclassDate

public void unsetDeclassDate()
Unsets the "declassDate" attribute

Specified by:
unsetDeclassDate in interface SecurityDocument.Security

getDeclassEvent

public String getDeclassEvent()
Gets the "declassEvent" attribute

Specified by:
getDeclassEvent in interface SecurityDocument.Security

xgetDeclassEvent

public DeclassEventAttribute.DeclassEvent xgetDeclassEvent()
Gets (as xml) the "declassEvent" attribute

Specified by:
xgetDeclassEvent in interface SecurityDocument.Security

isSetDeclassEvent

public boolean isSetDeclassEvent()
True if has "declassEvent" attribute

Specified by:
isSetDeclassEvent in interface SecurityDocument.Security

setDeclassEvent

public void setDeclassEvent(String declassEvent)
Sets the "declassEvent" attribute

Specified by:
setDeclassEvent in interface SecurityDocument.Security

xsetDeclassEvent

public void xsetDeclassEvent(DeclassEventAttribute.DeclassEvent declassEvent)
Sets (as xml) the "declassEvent" attribute

Specified by:
xsetDeclassEvent in interface SecurityDocument.Security

unsetDeclassEvent

public void unsetDeclassEvent()
Unsets the "declassEvent" attribute

Specified by:
unsetDeclassEvent in interface SecurityDocument.Security

getDeclassException

public List getDeclassException()
Gets the "declassException" attribute

Specified by:
getDeclassException in interface SecurityDocument.Security

xgetDeclassException

public DeclassExceptionAttribute.DeclassException xgetDeclassException()
Gets (as xml) the "declassException" attribute

Specified by:
xgetDeclassException in interface SecurityDocument.Security

isSetDeclassException

public boolean isSetDeclassException()
True if has "declassException" attribute

Specified by:
isSetDeclassException in interface SecurityDocument.Security

setDeclassException

public void setDeclassException(List declassException)
Sets the "declassException" attribute

Specified by:
setDeclassException in interface SecurityDocument.Security

xsetDeclassException

public void xsetDeclassException(DeclassExceptionAttribute.DeclassException declassException)
Sets (as xml) the "declassException" attribute

Specified by:
xsetDeclassException in interface SecurityDocument.Security

unsetDeclassException

public void unsetDeclassException()
Unsets the "declassException" attribute

Specified by:
unsetDeclassException in interface SecurityDocument.Security

getTypeOfExemptedSource

public List getTypeOfExemptedSource()
Gets the "typeOfExemptedSource" attribute

Specified by:
getTypeOfExemptedSource in interface SecurityDocument.Security

xgetTypeOfExemptedSource

public TypeOfExemptedSourceAttribute.TypeOfExemptedSource xgetTypeOfExemptedSource()
Gets (as xml) the "typeOfExemptedSource" attribute

Specified by:
xgetTypeOfExemptedSource in interface SecurityDocument.Security

isSetTypeOfExemptedSource

public boolean isSetTypeOfExemptedSource()
True if has "typeOfExemptedSource" attribute

Specified by:
isSetTypeOfExemptedSource in interface SecurityDocument.Security

setTypeOfExemptedSource

public void setTypeOfExemptedSource(List typeOfExemptedSource)
Sets the "typeOfExemptedSource" attribute

Specified by:
setTypeOfExemptedSource in interface SecurityDocument.Security

xsetTypeOfExemptedSource

public void xsetTypeOfExemptedSource(TypeOfExemptedSourceAttribute.TypeOfExemptedSource typeOfExemptedSource)
Sets (as xml) the "typeOfExemptedSource" attribute

Specified by:
xsetTypeOfExemptedSource in interface SecurityDocument.Security

unsetTypeOfExemptedSource

public void unsetTypeOfExemptedSource()
Unsets the "typeOfExemptedSource" attribute

Specified by:
unsetTypeOfExemptedSource in interface SecurityDocument.Security

getDateOfExemptedSource

public Calendar getDateOfExemptedSource()
Gets the "dateOfExemptedSource" attribute

Specified by:
getDateOfExemptedSource in interface SecurityDocument.Security

xgetDateOfExemptedSource

public DateOfExemptedSourceAttribute.DateOfExemptedSource xgetDateOfExemptedSource()
Gets (as xml) the "dateOfExemptedSource" attribute

Specified by:
xgetDateOfExemptedSource in interface SecurityDocument.Security

isSetDateOfExemptedSource

public boolean isSetDateOfExemptedSource()
True if has "dateOfExemptedSource" attribute

Specified by:
isSetDateOfExemptedSource in interface SecurityDocument.Security

setDateOfExemptedSource

public void setDateOfExemptedSource(Calendar dateOfExemptedSource)
Sets the "dateOfExemptedSource" attribute

Specified by:
setDateOfExemptedSource in interface SecurityDocument.Security

xsetDateOfExemptedSource

public void xsetDateOfExemptedSource(DateOfExemptedSourceAttribute.DateOfExemptedSource dateOfExemptedSource)
Sets (as xml) the "dateOfExemptedSource" attribute

Specified by:
xsetDateOfExemptedSource in interface SecurityDocument.Security

unsetDateOfExemptedSource

public void unsetDateOfExemptedSource()
Unsets the "dateOfExemptedSource" attribute

Specified by:
unsetDateOfExemptedSource in interface SecurityDocument.Security

getDeclassManualReview

public boolean getDeclassManualReview()
Gets the "declassManualReview" attribute

Specified by:
getDeclassManualReview in interface SecurityDocument.Security

xgetDeclassManualReview

public DeclassManualReviewAttribute.DeclassManualReview xgetDeclassManualReview()
Gets (as xml) the "declassManualReview" attribute

Specified by:
xgetDeclassManualReview in interface SecurityDocument.Security

isSetDeclassManualReview

public boolean isSetDeclassManualReview()
True if has "declassManualReview" attribute

Specified by:
isSetDeclassManualReview in interface SecurityDocument.Security

setDeclassManualReview

public void setDeclassManualReview(boolean declassManualReview)
Sets the "declassManualReview" attribute

Specified by:
setDeclassManualReview in interface SecurityDocument.Security

xsetDeclassManualReview

public void xsetDeclassManualReview(DeclassManualReviewAttribute.DeclassManualReview declassManualReview)
Sets (as xml) the "declassManualReview" attribute

Specified by:
xsetDeclassManualReview in interface SecurityDocument.Security

unsetDeclassManualReview

public void unsetDeclassManualReview()
Unsets the "declassManualReview" attribute

Specified by:
unsetDeclassManualReview in interface SecurityDocument.Security


Copyright © 2004-2013 52north.org. All Rights Reserved.