Uses of Interface
org.w3.x2005.x08.addressing.ReferenceParametersType

Packages that use ReferenceParametersType
org.w3.x2005.x08.addressing   
org.w3.x2005.x08.addressing.impl   
 

Uses of ReferenceParametersType in org.w3.x2005.x08.addressing
 

Methods in org.w3.x2005.x08.addressing that return ReferenceParametersType
 ReferenceParametersType EndpointReferenceType.addNewReferenceParameters()
          Appends and returns a new empty "ReferenceParameters" element
 ReferenceParametersType EndpointReferenceType.getReferenceParameters()
          Gets the "ReferenceParameters" element
static ReferenceParametersType ReferenceParametersType.Factory.newInstance()
           
static ReferenceParametersType ReferenceParametersType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static ReferenceParametersType ReferenceParametersType.Factory.parse(File file)
           
static ReferenceParametersType ReferenceParametersType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static ReferenceParametersType ReferenceParametersType.Factory.parse(InputStream is)
           
static ReferenceParametersType ReferenceParametersType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static ReferenceParametersType ReferenceParametersType.Factory.parse(Node node)
           
static ReferenceParametersType ReferenceParametersType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static ReferenceParametersType ReferenceParametersType.Factory.parse(Reader r)
           
static ReferenceParametersType ReferenceParametersType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static ReferenceParametersType ReferenceParametersType.Factory.parse(String xmlAsString)
           
static ReferenceParametersType ReferenceParametersType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static ReferenceParametersType ReferenceParametersType.Factory.parse(URL u)
           
static ReferenceParametersType ReferenceParametersType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static ReferenceParametersType ReferenceParametersType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static ReferenceParametersType ReferenceParametersType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static ReferenceParametersType ReferenceParametersType.Factory.parse(XMLStreamReader sr)
           
static ReferenceParametersType ReferenceParametersType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.w3.x2005.x08.addressing with parameters of type ReferenceParametersType
 void EndpointReferenceType.setReferenceParameters(ReferenceParametersType referenceParameters)
          Sets the "ReferenceParameters" element
 

Uses of ReferenceParametersType in org.w3.x2005.x08.addressing.impl
 

Classes in org.w3.x2005.x08.addressing.impl that implement ReferenceParametersType
 class ReferenceParametersTypeImpl
          An XML ReferenceParametersType(@http://www.w3.org/2005/08/addressing).
 

Methods in org.w3.x2005.x08.addressing.impl that return ReferenceParametersType
 ReferenceParametersType EndpointReferenceTypeImpl.addNewReferenceParameters()
          Appends and returns a new empty "ReferenceParameters" element
 ReferenceParametersType EndpointReferenceTypeImpl.getReferenceParameters()
          Gets the "ReferenceParameters" element
 

Methods in org.w3.x2005.x08.addressing.impl with parameters of type ReferenceParametersType
 void EndpointReferenceTypeImpl.setReferenceParameters(ReferenceParametersType referenceParameters)
          Sets the "ReferenceParameters" element
 



Copyright © 2004-2012 52north.org. All Rights Reserved.