Uses of Interface
org.w3.x2005.x08.addressing.ProblemActionType
-
Packages that use ProblemActionType Package Description 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 Modifier and Type Method Description ProblemActionTypeProblemActionDocument. addNewProblemAction()Appends and returns a new empty "ProblemAction" elementProblemActionTypeProblemActionDocument. getProblemAction()Gets the "ProblemAction" elementstatic ProblemActionTypeProblemActionType.Factory. newInstance()static ProblemActionTypeProblemActionType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static ProblemActionTypeProblemActionType.Factory. parse(File file)static ProblemActionTypeProblemActionType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ProblemActionTypeProblemActionType.Factory. parse(InputStream is)static ProblemActionTypeProblemActionType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ProblemActionTypeProblemActionType.Factory. parse(Reader r)static ProblemActionTypeProblemActionType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ProblemActionTypeProblemActionType.Factory. parse(String xmlAsString)static ProblemActionTypeProblemActionType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ProblemActionTypeProblemActionType.Factory. parse(URL u)static ProblemActionTypeProblemActionType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ProblemActionTypeProblemActionType.Factory. parse(XMLStreamReader sr)static ProblemActionTypeProblemActionType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ProblemActionTypeProblemActionType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ProblemActionTypeProblemActionType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ProblemActionTypeProblemActionType.Factory. parse(Node node)static ProblemActionTypeProblemActionType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.w3.x2005.x08.addressing with parameters of type ProblemActionType Modifier and Type Method Description voidProblemActionDocument. 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 Modifier and Type Class Description classProblemActionTypeImplAn XML ProblemActionType(@http://www.w3.org/2005/08/addressing).Methods in org.w3.x2005.x08.addressing.impl that return ProblemActionType Modifier and Type Method Description ProblemActionTypeProblemActionDocumentImpl. addNewProblemAction()Appends and returns a new empty "ProblemAction" elementProblemActionTypeProblemActionDocumentImpl. getProblemAction()Gets the "ProblemAction" elementMethods in org.w3.x2005.x08.addressing.impl with parameters of type ProblemActionType Modifier and Type Method Description voidProblemActionDocumentImpl. setProblemAction(ProblemActionType problemAction)Sets the "ProblemAction" element
-