Package org.oasisOpen.docs.wsrf.sg2
Interface AddDocument.Add
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
AddDocumentImpl.AddImpl
- Enclosing interface:
- AddDocument
public static interface AddDocument.Add extends org.apache.xmlbeans.XmlObjectAn XML Add(@http://docs.oasis-open.org/wsrf/sg-2). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAddDocument.Add.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 ContentTypeaddNewContent()Appends and returns a new empty "Content" elementEndpointReferenceTypeaddNewMemberEPR()Appends and returns a new empty "MemberEPR" elementContentTypegetContent()Gets the "Content" elementObjectgetInitialTerminationTime()Gets the "InitialTerminationTime" elementEndpointReferenceTypegetMemberEPR()Gets the "MemberEPR" elementbooleanisSetInitialTerminationTime()True if has "InitialTerminationTime" elementvoidsetContent(ContentType content)Sets the "Content" elementvoidsetInitialTerminationTime(Object initialTerminationTime)Sets the "InitialTerminationTime" elementvoidsetMemberEPR(EndpointReferenceType memberEPR)Sets the "MemberEPR" elementvoidunsetInitialTerminationTime()Unsets the "InitialTerminationTime" elementAbsoluteOrRelativeTimeTypexgetInitialTerminationTime()Gets (as xml) the "InitialTerminationTime" elementvoidxsetInitialTerminationTime(AbsoluteOrRelativeTimeType initialTerminationTime)Sets (as xml) the "InitialTerminationTime" element-
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
-
getMemberEPR
EndpointReferenceType getMemberEPR()
Gets the "MemberEPR" element
-
setMemberEPR
void setMemberEPR(EndpointReferenceType memberEPR)
Sets the "MemberEPR" element
-
addNewMemberEPR
EndpointReferenceType addNewMemberEPR()
Appends and returns a new empty "MemberEPR" element
-
getContent
ContentType getContent()
Gets the "Content" element
-
setContent
void setContent(ContentType content)
Sets the "Content" element
-
addNewContent
ContentType addNewContent()
Appends and returns a new empty "Content" element
-
getInitialTerminationTime
Object getInitialTerminationTime()
Gets the "InitialTerminationTime" element
-
xgetInitialTerminationTime
AbsoluteOrRelativeTimeType xgetInitialTerminationTime()
Gets (as xml) the "InitialTerminationTime" element
-
isSetInitialTerminationTime
boolean isSetInitialTerminationTime()
True if has "InitialTerminationTime" element
-
setInitialTerminationTime
void setInitialTerminationTime(Object initialTerminationTime)
Sets the "InitialTerminationTime" element
-
xsetInitialTerminationTime
void xsetInitialTerminationTime(AbsoluteOrRelativeTimeType initialTerminationTime)
Sets (as xml) the "InitialTerminationTime" element
-
unsetInitialTerminationTime
void unsetInitialTerminationTime()
Unsets the "InitialTerminationTime" element
-
-