Uses of Interface
org.w3.x2005.x08.addressing.AttributedAnyType
-
Packages that use AttributedAnyType Package Description 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 Modifier and Type Method Description AttributedAnyTypeProblemHeaderDocument. addNewProblemHeader()Appends and returns a new empty "ProblemHeader" elementAttributedAnyTypeProblemHeaderDocument. getProblemHeader()Gets the "ProblemHeader" elementstatic AttributedAnyTypeAttributedAnyType.Factory. newInstance()static AttributedAnyTypeAttributedAnyType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static AttributedAnyTypeAttributedAnyType.Factory. parse(File file)static AttributedAnyTypeAttributedAnyType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static AttributedAnyTypeAttributedAnyType.Factory. parse(InputStream is)static AttributedAnyTypeAttributedAnyType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static AttributedAnyTypeAttributedAnyType.Factory. parse(Reader r)static AttributedAnyTypeAttributedAnyType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static AttributedAnyTypeAttributedAnyType.Factory. parse(String xmlAsString)static AttributedAnyTypeAttributedAnyType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static AttributedAnyTypeAttributedAnyType.Factory. parse(URL u)static AttributedAnyTypeAttributedAnyType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static AttributedAnyTypeAttributedAnyType.Factory. parse(XMLStreamReader sr)static AttributedAnyTypeAttributedAnyType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static AttributedAnyTypeAttributedAnyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic AttributedAnyTypeAttributedAnyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic AttributedAnyTypeAttributedAnyType.Factory. parse(Node node)static AttributedAnyTypeAttributedAnyType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.w3.x2005.x08.addressing with parameters of type AttributedAnyType Modifier and Type Method Description voidProblemHeaderDocument. 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 Modifier and Type Class Description classAttributedAnyTypeImplAn XML AttributedAnyType(@http://www.w3.org/2005/08/addressing).Methods in org.w3.x2005.x08.addressing.impl that return AttributedAnyType Modifier and Type Method Description AttributedAnyTypeProblemHeaderDocumentImpl. addNewProblemHeader()Appends and returns a new empty "ProblemHeader" elementAttributedAnyTypeProblemHeaderDocumentImpl. getProblemHeader()Gets the "ProblemHeader" elementMethods in org.w3.x2005.x08.addressing.impl with parameters of type AttributedAnyType Modifier and Type Method Description voidProblemHeaderDocumentImpl. setProblemHeader(AttributedAnyType problemHeader)Sets the "ProblemHeader" element
-