net.opengis.sensorML.x10
Interface SecurityDocument.Security

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
SecurityDocumentImpl.SecurityImpl
Enclosing interface:
SecurityDocument

public static interface SecurityDocument.Security
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class SecurityDocument.Security.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
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 interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, 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
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getClassification

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


xgetClassification

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


isSetClassification

boolean isSetClassification()
True if has "classification" attribute


setClassification

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


xsetClassification

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


unsetClassification

void unsetClassification()
Unsets the "classification" attribute


getOwnerProducer

List getOwnerProducer()
Gets the "ownerProducer" attribute


xgetOwnerProducer

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


isSetOwnerProducer

boolean isSetOwnerProducer()
True if has "ownerProducer" attribute


setOwnerProducer

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


xsetOwnerProducer

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


unsetOwnerProducer

void unsetOwnerProducer()
Unsets the "ownerProducer" attribute


getSCIcontrols

List getSCIcontrols()
Gets the "SCIcontrols" attribute


xgetSCIcontrols

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


isSetSCIcontrols

boolean isSetSCIcontrols()
True if has "SCIcontrols" attribute


setSCIcontrols

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


xsetSCIcontrols

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


unsetSCIcontrols

void unsetSCIcontrols()
Unsets the "SCIcontrols" attribute


getSARIdentifier

List getSARIdentifier()
Gets the "SARIdentifier" attribute


xgetSARIdentifier

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


isSetSARIdentifier

boolean isSetSARIdentifier()
True if has "SARIdentifier" attribute


setSARIdentifier

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


xsetSARIdentifier

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


unsetSARIdentifier

void unsetSARIdentifier()
Unsets the "SARIdentifier" attribute


getDisseminationControls

List getDisseminationControls()
Gets the "disseminationControls" attribute


xgetDisseminationControls

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


isSetDisseminationControls

boolean isSetDisseminationControls()
True if has "disseminationControls" attribute


setDisseminationControls

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


xsetDisseminationControls

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


unsetDisseminationControls

void unsetDisseminationControls()
Unsets the "disseminationControls" attribute


getFGIsourceOpen

List getFGIsourceOpen()
Gets the "FGIsourceOpen" attribute


xgetFGIsourceOpen

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


isSetFGIsourceOpen

boolean isSetFGIsourceOpen()
True if has "FGIsourceOpen" attribute


setFGIsourceOpen

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


xsetFGIsourceOpen

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


unsetFGIsourceOpen

void unsetFGIsourceOpen()
Unsets the "FGIsourceOpen" attribute


getFGIsourceProtected

List getFGIsourceProtected()
Gets the "FGIsourceProtected" attribute


xgetFGIsourceProtected

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


isSetFGIsourceProtected

boolean isSetFGIsourceProtected()
True if has "FGIsourceProtected" attribute


setFGIsourceProtected

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


xsetFGIsourceProtected

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


unsetFGIsourceProtected

void unsetFGIsourceProtected()
Unsets the "FGIsourceProtected" attribute


getReleasableTo

List getReleasableTo()
Gets the "releasableTo" attribute


xgetReleasableTo

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


isSetReleasableTo

boolean isSetReleasableTo()
True if has "releasableTo" attribute


setReleasableTo

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


xsetReleasableTo

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


unsetReleasableTo

void unsetReleasableTo()
Unsets the "releasableTo" attribute


getNonICmarkings

List getNonICmarkings()
Gets the "nonICmarkings" attribute


xgetNonICmarkings

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


isSetNonICmarkings

boolean isSetNonICmarkings()
True if has "nonICmarkings" attribute


setNonICmarkings

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


xsetNonICmarkings

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


unsetNonICmarkings

void unsetNonICmarkings()
Unsets the "nonICmarkings" attribute


getClassifiedBy

String getClassifiedBy()
Gets the "classifiedBy" attribute


xgetClassifiedBy

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


isSetClassifiedBy

boolean isSetClassifiedBy()
True if has "classifiedBy" attribute


setClassifiedBy

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


xsetClassifiedBy

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


unsetClassifiedBy

void unsetClassifiedBy()
Unsets the "classifiedBy" attribute


getClassificationReason

String getClassificationReason()
Gets the "classificationReason" attribute


xgetClassificationReason

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


isSetClassificationReason

boolean isSetClassificationReason()
True if has "classificationReason" attribute


setClassificationReason

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


xsetClassificationReason

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


unsetClassificationReason

void unsetClassificationReason()
Unsets the "classificationReason" attribute


getDerivedFrom

String getDerivedFrom()
Gets the "derivedFrom" attribute


xgetDerivedFrom

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


isSetDerivedFrom

boolean isSetDerivedFrom()
True if has "derivedFrom" attribute


setDerivedFrom

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


xsetDerivedFrom

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


unsetDerivedFrom

void unsetDerivedFrom()
Unsets the "derivedFrom" attribute


getDeclassDate

Calendar getDeclassDate()
Gets the "declassDate" attribute


xgetDeclassDate

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


isSetDeclassDate

boolean isSetDeclassDate()
True if has "declassDate" attribute


setDeclassDate

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


xsetDeclassDate

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


unsetDeclassDate

void unsetDeclassDate()
Unsets the "declassDate" attribute


getDeclassEvent

String getDeclassEvent()
Gets the "declassEvent" attribute


xgetDeclassEvent

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


isSetDeclassEvent

boolean isSetDeclassEvent()
True if has "declassEvent" attribute


setDeclassEvent

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


xsetDeclassEvent

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


unsetDeclassEvent

void unsetDeclassEvent()
Unsets the "declassEvent" attribute


getDeclassException

List getDeclassException()
Gets the "declassException" attribute


xgetDeclassException

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


isSetDeclassException

boolean isSetDeclassException()
True if has "declassException" attribute


setDeclassException

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


xsetDeclassException

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


unsetDeclassException

void unsetDeclassException()
Unsets the "declassException" attribute


getTypeOfExemptedSource

List getTypeOfExemptedSource()
Gets the "typeOfExemptedSource" attribute


xgetTypeOfExemptedSource

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


isSetTypeOfExemptedSource

boolean isSetTypeOfExemptedSource()
True if has "typeOfExemptedSource" attribute


setTypeOfExemptedSource

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


xsetTypeOfExemptedSource

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


unsetTypeOfExemptedSource

void unsetTypeOfExemptedSource()
Unsets the "typeOfExemptedSource" attribute


getDateOfExemptedSource

Calendar getDateOfExemptedSource()
Gets the "dateOfExemptedSource" attribute


xgetDateOfExemptedSource

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


isSetDateOfExemptedSource

boolean isSetDateOfExemptedSource()
True if has "dateOfExemptedSource" attribute


setDateOfExemptedSource

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


xsetDateOfExemptedSource

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


unsetDateOfExemptedSource

void unsetDateOfExemptedSource()
Unsets the "dateOfExemptedSource" attribute


getDeclassManualReview

boolean getDeclassManualReview()
Gets the "declassManualReview" attribute


xgetDeclassManualReview

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


isSetDeclassManualReview

boolean isSetDeclassManualReview()
True if has "declassManualReview" attribute


setDeclassManualReview

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


xsetDeclassManualReview

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


unsetDeclassManualReview

void unsetDeclassManualReview()
Unsets the "declassManualReview" attribute



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