Uses of Interface
org.ogf.schemas.graap.wsAgreement.negotiation.protocol.TerminateInputType

Packages that use TerminateInputType
org.ogf.schemas.graap.wsAgreement.negotiation.protocol   
org.ogf.schemas.graap.wsAgreement.negotiation.protocol.impl   
 

Uses of TerminateInputType in org.ogf.schemas.graap.wsAgreement.negotiation.protocol
 

Methods in org.ogf.schemas.graap.wsAgreement.negotiation.protocol that return TerminateInputType
 TerminateInputType TerminateInputDocument.addNewTerminateInput()
          Appends and returns a new empty "TerminateInput" element
 TerminateInputType TerminateInputDocument.getTerminateInput()
          Gets the "TerminateInput" element
static TerminateInputType TerminateInputType.Factory.newInstance()
           
static TerminateInputType TerminateInputType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static TerminateInputType TerminateInputType.Factory.parse(File file)
           
static TerminateInputType TerminateInputType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static TerminateInputType TerminateInputType.Factory.parse(InputStream is)
           
static TerminateInputType TerminateInputType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static TerminateInputType TerminateInputType.Factory.parse(Node node)
           
static TerminateInputType TerminateInputType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static TerminateInputType TerminateInputType.Factory.parse(Reader r)
           
static TerminateInputType TerminateInputType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static TerminateInputType TerminateInputType.Factory.parse(String xmlAsString)
           
static TerminateInputType TerminateInputType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static TerminateInputType TerminateInputType.Factory.parse(URL u)
           
static TerminateInputType TerminateInputType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static TerminateInputType TerminateInputType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static TerminateInputType TerminateInputType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static TerminateInputType TerminateInputType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static TerminateInputType TerminateInputType.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.ogf.schemas.graap.wsAgreement.negotiation.protocol with parameters of type TerminateInputType
 void TerminateInputDocument.setTerminateInput(TerminateInputType terminateInput)
          Sets the "TerminateInput" element
 

Uses of TerminateInputType in org.ogf.schemas.graap.wsAgreement.negotiation.protocol.impl
 

Methods in org.ogf.schemas.graap.wsAgreement.negotiation.protocol.impl that return TerminateInputType
 TerminateInputType TerminateInputDocumentImpl.addNewTerminateInput()
          Appends and returns a new empty "TerminateInput" element
 TerminateInputType TerminateInputDocumentImpl.getTerminateInput()
          Gets the "TerminateInput" element
 

Methods in org.ogf.schemas.graap.wsAgreement.negotiation.protocol.impl with parameters of type TerminateInputType
 void TerminateInputDocumentImpl.setTerminateInput(TerminateInputType terminateInput)
          Sets the "TerminateInput" element
 



Copyright © 2008-2012 Fraunhofer Institute SCAI. All Rights Reserved.