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

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

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

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

Methods in org.w3.x2005.x08.addressing with parameters of type AttributedAnyType
 void ProblemHeaderDocument.setProblemHeader(AttributedAnyType problemHeader)
          Sets the "ProblemHeader" element
 

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

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

Methods in org.w3.x2005.x08.addressing.impl that return AttributedAnyType
 AttributedAnyType ProblemHeaderDocumentImpl.addNewProblemHeader()
          Appends and returns a new empty "ProblemHeader" element
 AttributedAnyType ProblemHeaderDocumentImpl.getProblemHeader()
          Gets the "ProblemHeader" element
 

Methods in org.w3.x2005.x08.addressing.impl with parameters of type AttributedAnyType
 void ProblemHeaderDocumentImpl.setProblemHeader(AttributedAnyType problemHeader)
          Sets the "ProblemHeader" element
 



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