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

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

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

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

Methods in org.w3.x2005.x08.addressing with parameters of type ProblemActionType
 void ProblemActionDocument.setProblemAction(ProblemActionType problemAction)
          Sets the "ProblemAction" element
 

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

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

Methods in org.w3.x2005.x08.addressing.impl that return ProblemActionType
 ProblemActionType ProblemActionDocumentImpl.addNewProblemAction()
          Appends and returns a new empty "ProblemAction" element
 ProblemActionType ProblemActionDocumentImpl.getProblemAction()
          Gets the "ProblemAction" element
 

Methods in org.w3.x2005.x08.addressing.impl with parameters of type ProblemActionType
 void ProblemActionDocumentImpl.setProblemAction(ProblemActionType problemAction)
          Sets the "ProblemAction" element
 



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