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

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

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

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

Methods in org.w3.x2005.x08.addressing with parameters of type RelatesToType
 void RelatesToDocument.setRelatesTo(RelatesToType relatesTo)
          Sets the "RelatesTo" element
 

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

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

Methods in org.w3.x2005.x08.addressing.impl that return RelatesToType
 RelatesToType RelatesToDocumentImpl.addNewRelatesTo()
          Appends and returns a new empty "RelatesTo" element
 RelatesToType RelatesToDocumentImpl.getRelatesTo()
          Gets the "RelatesTo" element
 

Methods in org.w3.x2005.x08.addressing.impl with parameters of type RelatesToType
 void RelatesToDocumentImpl.setRelatesTo(RelatesToType relatesTo)
          Sets the "RelatesTo" element
 



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