|
|||||||||
| Home >> All >> org >> oasisOpen >> docs >> wsrf >> x2005 >> x01 >> wsrfInterop20Draft03 >> [ impl overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.impl
Class SendDocumentRequestDocumentImpl.SendDocumentRequestImpl

java.lang.Objectorg.apache.xmlbeans.impl.values.XmlObjectBase
org.apache.xmlbeans.impl.values.XmlComplexContentImpl
org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.impl.SendDocumentRequestDocumentImpl.SendDocumentRequestImpl
- All Implemented Interfaces:
- org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.SendDocumentRequestDocument.SendDocumentRequest, java.io.Serializable, org.apache.xmlbeans.SimpleValue, org.apache.xmlbeans.impl.values.TypeStoreUser, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
- Enclosing class:
- SendDocumentRequestDocumentImpl
- public static class SendDocumentRequestDocumentImpl.SendDocumentRequestImpl
- extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl
- implements org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.SendDocumentRequestDocument.SendDocumentRequest
- extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl
An XML Send_DocumentRequest(@http://docs.oasis-open.org/wsrf/2005/01/wsrf-Interop-2.0-draft-03.xsd). This is a complex type.
| Nested Class Summary |
| Nested classes inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase |
|
| Nested classes inherited from class org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.SendDocumentRequestDocument.SendDocumentRequest |
org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.SendDocumentRequestDocument.SendDocumentRequest.Factory |
| Field Summary | |
private static javax.xml.namespace.QName |
DOCUMENTCONTENT$4
|
private static javax.xml.namespace.QName |
DOCUMENTFORMAT$2
|
private static javax.xml.namespace.QName |
LASTDOCUMENT$0
|
| Fields inherited from class org.apache.xmlbeans.impl.values.XmlComplexContentImpl |
|
| Fields inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase |
_voorVc, MAJOR_VERSION_NUMBER, MINOR_VERSION_NUMBER |
| Fields inherited from interface org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.SendDocumentRequestDocument.SendDocumentRequest |
type |
| Fields inherited from interface org.apache.xmlbeans.XmlObject |
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL |
| Constructor Summary | |
SendDocumentRequestDocumentImpl.SendDocumentRequestImpl(org.apache.xmlbeans.SchemaType sType)
|
|
| Method Summary | |
org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.DocumentContentType |
addNewDocumentContent()
Appends and returns a new empty "document_content" element |
org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.DocumentContentType |
getDocumentContent()
Gets the "document_content" element |
java.lang.String |
getDocumentFormat()
Gets the "document_format" element |
boolean |
getLastDocument()
Gets the "last_document" element |
void |
setDocumentContent(org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.DocumentContentType documentContent)
Sets the "document_content" element |
void |
setDocumentFormat(java.lang.String documentFormat)
Sets the "document_format" element |
void |
setLastDocument(boolean lastDocument)
Sets the "last_document" element |
org.apache.xmlbeans.XmlString |
xgetDocumentFormat()
Gets (as xml) the "document_format" element |
org.apache.xmlbeans.XmlBoolean |
xgetLastDocument()
Gets (as xml) the "last_document" element |
void |
xsetDocumentFormat(org.apache.xmlbeans.XmlString documentFormat)
Sets (as xml) the "document_format" element |
void |
xsetLastDocument(org.apache.xmlbeans.XmlBoolean lastDocument)
Sets (as xml) the "last_document" element |
| 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, 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 |
LASTDOCUMENT$0
private static final javax.xml.namespace.QName LASTDOCUMENT$0
DOCUMENTFORMAT$2
private static final javax.xml.namespace.QName DOCUMENTFORMAT$2
DOCUMENTCONTENT$4
private static final javax.xml.namespace.QName DOCUMENTCONTENT$4
| Constructor Detail |
SendDocumentRequestDocumentImpl.SendDocumentRequestImpl
public SendDocumentRequestDocumentImpl.SendDocumentRequestImpl(org.apache.xmlbeans.SchemaType sType)
| Method Detail |
getLastDocument
public boolean getLastDocument()
- Gets the "last_document" element
- Specified by:
getLastDocumentin interfaceorg.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.SendDocumentRequestDocument.SendDocumentRequest
xgetLastDocument
public org.apache.xmlbeans.XmlBoolean xgetLastDocument()
- Gets (as xml) the "last_document" element
- Specified by:
xgetLastDocumentin interfaceorg.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.SendDocumentRequestDocument.SendDocumentRequest
setLastDocument
public void setLastDocument(boolean lastDocument)
- Sets the "last_document" element
- Specified by:
setLastDocumentin interfaceorg.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.SendDocumentRequestDocument.SendDocumentRequest
xsetLastDocument
public void xsetLastDocument(org.apache.xmlbeans.XmlBoolean lastDocument)
- Sets (as xml) the "last_document" element
- Specified by:
xsetLastDocumentin interfaceorg.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.SendDocumentRequestDocument.SendDocumentRequest
getDocumentFormat
public java.lang.String getDocumentFormat()
- Gets the "document_format" element
- Specified by:
getDocumentFormatin interfaceorg.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.SendDocumentRequestDocument.SendDocumentRequest
xgetDocumentFormat
public org.apache.xmlbeans.XmlString xgetDocumentFormat()
- Gets (as xml) the "document_format" element
- Specified by:
xgetDocumentFormatin interfaceorg.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.SendDocumentRequestDocument.SendDocumentRequest
setDocumentFormat
public void setDocumentFormat(java.lang.String documentFormat)
- Sets the "document_format" element
- Specified by:
setDocumentFormatin interfaceorg.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.SendDocumentRequestDocument.SendDocumentRequest
xsetDocumentFormat
public void xsetDocumentFormat(org.apache.xmlbeans.XmlString documentFormat)
- Sets (as xml) the "document_format" element
- Specified by:
xsetDocumentFormatin interfaceorg.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.SendDocumentRequestDocument.SendDocumentRequest
getDocumentContent
public org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.DocumentContentType getDocumentContent()
- Gets the "document_content" element
- Specified by:
getDocumentContentin interfaceorg.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.SendDocumentRequestDocument.SendDocumentRequest
setDocumentContent
public void setDocumentContent(org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.DocumentContentType documentContent)
- Sets the "document_content" element
- Specified by:
setDocumentContentin interfaceorg.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.SendDocumentRequestDocument.SendDocumentRequest
addNewDocumentContent
public org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.DocumentContentType addNewDocumentContent()
- Appends and returns a new empty "document_content" element
- Specified by:
addNewDocumentContentin interfaceorg.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.SendDocumentRequestDocument.SendDocumentRequest
|
|||||||||
| Home >> All >> org >> oasisOpen >> docs >> wsrf >> x2005 >> x01 >> wsrfInterop20Draft03 >> [ impl overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC