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

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

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

Methods in org.ogf.schemas.graap.wsAgreement.negotiation.protocol that return AdvertiseInputType
 AdvertiseInputType AdvertiseInputDocument.addNewAdvertiseInput()
          Appends and returns a new empty "AdvertiseInput" element
 AdvertiseInputType AdvertiseInputDocument.getAdvertiseInput()
          Gets the "AdvertiseInput" element
static AdvertiseInputType AdvertiseInputType.Factory.newInstance()
           
static AdvertiseInputType AdvertiseInputType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static AdvertiseInputType AdvertiseInputType.Factory.parse(File file)
           
static AdvertiseInputType AdvertiseInputType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static AdvertiseInputType AdvertiseInputType.Factory.parse(InputStream is)
           
static AdvertiseInputType AdvertiseInputType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static AdvertiseInputType AdvertiseInputType.Factory.parse(Node node)
           
static AdvertiseInputType AdvertiseInputType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static AdvertiseInputType AdvertiseInputType.Factory.parse(Reader r)
           
static AdvertiseInputType AdvertiseInputType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static AdvertiseInputType AdvertiseInputType.Factory.parse(String xmlAsString)
           
static AdvertiseInputType AdvertiseInputType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static AdvertiseInputType AdvertiseInputType.Factory.parse(URL u)
           
static AdvertiseInputType AdvertiseInputType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static AdvertiseInputType AdvertiseInputType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static AdvertiseInputType AdvertiseInputType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static AdvertiseInputType AdvertiseInputType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static AdvertiseInputType AdvertiseInputType.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 AdvertiseInputType
 void AdvertiseInputDocument.setAdvertiseInput(AdvertiseInputType advertiseInput)
          Sets the "AdvertiseInput" element
 

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

Classes in org.ogf.schemas.graap.wsAgreement.negotiation.protocol.impl that implement AdvertiseInputType
 class AdvertiseInputTypeImpl
          An XML AdvertiseInputType(@http://schemas.ogf.org/graap/2009/11/ws-agreement-negotiation).
 

Methods in org.ogf.schemas.graap.wsAgreement.negotiation.protocol.impl that return AdvertiseInputType
 AdvertiseInputType AdvertiseInputDocumentImpl.addNewAdvertiseInput()
          Appends and returns a new empty "AdvertiseInput" element
 AdvertiseInputType AdvertiseInputDocumentImpl.getAdvertiseInput()
          Gets the "AdvertiseInput" element
 

Methods in org.ogf.schemas.graap.wsAgreement.negotiation.protocol.impl with parameters of type AdvertiseInputType
 void AdvertiseInputDocumentImpl.setAdvertiseInput(AdvertiseInputType advertiseInput)
          Sets the "AdvertiseInput" element
 



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