Uses of Class
org.apache.type_test.types1.Document

Packages that use Document
org.apache.cxf.systest.type_test   
org.apache.type_test.doc   
org.apache.type_test.rpc   
org.apache.type_test.types1   
org.apache.type_test.xml   
 

Uses of Document in org.apache.cxf.systest.type_test
 

Methods in org.apache.cxf.systest.type_test that return Document
 Document TypeTestImpl.testDocument(Document x, javax.xml.ws.Holder<Document> y, javax.xml.ws.Holder<Document> z)
           
 

Methods in org.apache.cxf.systest.type_test with parameters of type Document
 Document TypeTestImpl.testDocument(Document x, javax.xml.ws.Holder<Document> y, javax.xml.ws.Holder<Document> z)
           
 

Method parameters in org.apache.cxf.systest.type_test with type arguments of type Document
 Document TypeTestImpl.testDocument(Document x, javax.xml.ws.Holder<Document> y, javax.xml.ws.Holder<Document> z)
           
 Document TypeTestImpl.testDocument(Document x, javax.xml.ws.Holder<Document> y, javax.xml.ws.Holder<Document> z)
           
 

Uses of Document in org.apache.type_test.doc
 

Fields in org.apache.type_test.doc declared as Document
protected  Document TestDocumentResponse._return
           
protected  Document TestDocument.x
           
protected  Document TestDocumentResponse.y
           
protected  Document TestDocument.y
           
protected  Document TestDocumentResponse.z
           
 

Methods in org.apache.type_test.doc that return Document
 Document TestDocumentResponse.getReturn()
          Gets the value of the return property.
 Document TestDocument.getX()
          Gets the value of the x property.
 Document TestDocumentResponse.getY()
          Gets the value of the y property.
 Document TestDocument.getY()
          Gets the value of the y property.
 Document TestDocumentResponse.getZ()
          Gets the value of the z property.
 Document TypeTestPortType.testDocument(Document x, javax.xml.ws.Holder<Document> y, javax.xml.ws.Holder<Document> z)
           
 

Methods in org.apache.type_test.doc with parameters of type Document
 void TestDocumentResponse.setReturn(Document value)
          Sets the value of the return property.
 void TestDocument.setX(Document value)
          Sets the value of the x property.
 void TestDocumentResponse.setY(Document value)
          Sets the value of the y property.
 void TestDocument.setY(Document value)
          Sets the value of the y property.
 void TestDocumentResponse.setZ(Document value)
          Sets the value of the z property.
 Document TypeTestPortType.testDocument(Document x, javax.xml.ws.Holder<Document> y, javax.xml.ws.Holder<Document> z)
           
 

Method parameters in org.apache.type_test.doc with type arguments of type Document
 Document TypeTestPortType.testDocument(Document x, javax.xml.ws.Holder<Document> y, javax.xml.ws.Holder<Document> z)
           
 Document TypeTestPortType.testDocument(Document x, javax.xml.ws.Holder<Document> y, javax.xml.ws.Holder<Document> z)
           
 

Uses of Document in org.apache.type_test.rpc
 

Methods in org.apache.type_test.rpc that return Document
 Document TypeTestPortType.testDocument(Document x, javax.xml.ws.Holder<Document> y, javax.xml.ws.Holder<Document> z)
           
 

Methods in org.apache.type_test.rpc with parameters of type Document
 Document TypeTestPortType.testDocument(Document x, javax.xml.ws.Holder<Document> y, javax.xml.ws.Holder<Document> z)
           
 

Method parameters in org.apache.type_test.rpc with type arguments of type Document
 Document TypeTestPortType.testDocument(Document x, javax.xml.ws.Holder<Document> y, javax.xml.ws.Holder<Document> z)
           
 Document TypeTestPortType.testDocument(Document x, javax.xml.ws.Holder<Document> y, javax.xml.ws.Holder<Document> z)
           
 

Uses of Document in org.apache.type_test.types1
 

Methods in org.apache.type_test.types1 that return Document
 Document ObjectFactory.createDocument()
          Create an instance of Document
 

Uses of Document in org.apache.type_test.xml
 

Fields in org.apache.type_test.xml declared as Document
protected  Document TestDocumentResponse._return
           
protected  Document TestDocument.x
           
protected  Document TestDocumentResponse.y
           
protected  Document TestDocument.y
           
protected  Document TestDocumentResponse.z
           
 

Methods in org.apache.type_test.xml that return Document
 Document TestDocumentResponse.getReturn()
          Gets the value of the return property.
 Document TestDocument.getX()
          Gets the value of the x property.
 Document TestDocumentResponse.getY()
          Gets the value of the y property.
 Document TestDocument.getY()
          Gets the value of the y property.
 Document TestDocumentResponse.getZ()
          Gets the value of the z property.
 Document TypeTestPortType.testDocument(Document x, javax.xml.ws.Holder<Document> y, javax.xml.ws.Holder<Document> z)
           
 

Methods in org.apache.type_test.xml with parameters of type Document
 void TestDocumentResponse.setReturn(Document value)
          Sets the value of the return property.
 void TestDocument.setX(Document value)
          Sets the value of the x property.
 void TestDocumentResponse.setY(Document value)
          Sets the value of the y property.
 void TestDocument.setY(Document value)
          Sets the value of the y property.
 void TestDocumentResponse.setZ(Document value)
          Sets the value of the z property.
 Document TypeTestPortType.testDocument(Document x, javax.xml.ws.Holder<Document> y, javax.xml.ws.Holder<Document> z)
           
 

Method parameters in org.apache.type_test.xml with type arguments of type Document
 Document TypeTestPortType.testDocument(Document x, javax.xml.ws.Holder<Document> y, javax.xml.ws.Holder<Document> z)
           
 Document TypeTestPortType.testDocument(Document x, javax.xml.ws.Holder<Document> y, javax.xml.ws.Holder<Document> z)
           
 



Apache CXF