|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NegotiateInputType | |
---|---|
org.ogf.schemas.graap.wsAgreement.negotiation.protocol | |
org.ogf.schemas.graap.wsAgreement.negotiation.protocol.impl |
Uses of NegotiateInputType in org.ogf.schemas.graap.wsAgreement.negotiation.protocol |
---|
Methods in org.ogf.schemas.graap.wsAgreement.negotiation.protocol that return NegotiateInputType | |
---|---|
NegotiateInputType |
NegotiateInputDocument.addNewNegotiateInput()
Appends and returns a new empty "NegotiateInput" element |
NegotiateInputType |
NegotiateInputDocument.getNegotiateInput()
Gets the "NegotiateInput" element |
static NegotiateInputType |
NegotiateInputType.Factory.newInstance()
|
static NegotiateInputType |
NegotiateInputType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static NegotiateInputType |
NegotiateInputType.Factory.parse(File file)
|
static NegotiateInputType |
NegotiateInputType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options)
|
static NegotiateInputType |
NegotiateInputType.Factory.parse(InputStream is)
|
static NegotiateInputType |
NegotiateInputType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static NegotiateInputType |
NegotiateInputType.Factory.parse(Node node)
|
static NegotiateInputType |
NegotiateInputType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static NegotiateInputType |
NegotiateInputType.Factory.parse(Reader r)
|
static NegotiateInputType |
NegotiateInputType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static NegotiateInputType |
NegotiateInputType.Factory.parse(String xmlAsString)
|
static NegotiateInputType |
NegotiateInputType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static NegotiateInputType |
NegotiateInputType.Factory.parse(URL u)
|
static NegotiateInputType |
NegotiateInputType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static NegotiateInputType |
NegotiateInputType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static NegotiateInputType |
NegotiateInputType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static NegotiateInputType |
NegotiateInputType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
|
static NegotiateInputType |
NegotiateInputType.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 NegotiateInputType | |
---|---|
void |
NegotiateInputDocument.setNegotiateInput(NegotiateInputType negotiateInput)
Sets the "NegotiateInput" element |
Uses of NegotiateInputType in org.ogf.schemas.graap.wsAgreement.negotiation.protocol.impl |
---|
Classes in org.ogf.schemas.graap.wsAgreement.negotiation.protocol.impl that implement NegotiateInputType | |
---|---|
class |
NegotiateInputTypeImpl
An XML NegotiateInputType(@http://schemas.ogf.org/graap/2009/11/ws-agreement-negotiation). |
Methods in org.ogf.schemas.graap.wsAgreement.negotiation.protocol.impl that return NegotiateInputType | |
---|---|
NegotiateInputType |
NegotiateInputDocumentImpl.addNewNegotiateInput()
Appends and returns a new empty "NegotiateInput" element |
NegotiateInputType |
NegotiateInputDocumentImpl.getNegotiateInput()
Gets the "NegotiateInput" element |
Methods in org.ogf.schemas.graap.wsAgreement.negotiation.protocol.impl with parameters of type NegotiateInputType | |
---|---|
void |
NegotiateInputDocumentImpl.setNegotiateInput(NegotiateInputType negotiateInput)
Sets the "NegotiateInput" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |