Uses of Interface
org.w3.x2003.x05.soapEnvelope.NotUnderstoodType
-
Packages that use NotUnderstoodType Package Description org.w3.x2003.x05.soapEnvelope org.w3.x2003.x05.soapEnvelope.impl -
-
Uses of NotUnderstoodType in org.w3.x2003.x05.soapEnvelope
Methods in org.w3.x2003.x05.soapEnvelope that return NotUnderstoodType Modifier and Type Method Description NotUnderstoodTypeNotUnderstoodDocument. addNewNotUnderstood()Appends and returns a new empty "NotUnderstood" elementNotUnderstoodTypeNotUnderstoodDocument. getNotUnderstood()Gets the "NotUnderstood" elementstatic NotUnderstoodTypeNotUnderstoodType.Factory. newInstance()static NotUnderstoodTypeNotUnderstoodType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static NotUnderstoodTypeNotUnderstoodType.Factory. parse(File file)static NotUnderstoodTypeNotUnderstoodType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static NotUnderstoodTypeNotUnderstoodType.Factory. parse(InputStream is)static NotUnderstoodTypeNotUnderstoodType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static NotUnderstoodTypeNotUnderstoodType.Factory. parse(Reader r)static NotUnderstoodTypeNotUnderstoodType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static NotUnderstoodTypeNotUnderstoodType.Factory. parse(String xmlAsString)static NotUnderstoodTypeNotUnderstoodType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static NotUnderstoodTypeNotUnderstoodType.Factory. parse(URL u)static NotUnderstoodTypeNotUnderstoodType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static NotUnderstoodTypeNotUnderstoodType.Factory. parse(XMLStreamReader sr)static NotUnderstoodTypeNotUnderstoodType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static NotUnderstoodTypeNotUnderstoodType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic NotUnderstoodTypeNotUnderstoodType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic NotUnderstoodTypeNotUnderstoodType.Factory. parse(Node node)static NotUnderstoodTypeNotUnderstoodType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.w3.x2003.x05.soapEnvelope with parameters of type NotUnderstoodType Modifier and Type Method Description voidNotUnderstoodDocument. setNotUnderstood(NotUnderstoodType notUnderstood)Sets the "NotUnderstood" element -
Uses of NotUnderstoodType in org.w3.x2003.x05.soapEnvelope.impl
Classes in org.w3.x2003.x05.soapEnvelope.impl that implement NotUnderstoodType Modifier and Type Class Description classNotUnderstoodTypeImplAn XML NotUnderstoodType(@http://www.w3.org/2003/05/soap-envelope).Methods in org.w3.x2003.x05.soapEnvelope.impl that return NotUnderstoodType Modifier and Type Method Description NotUnderstoodTypeNotUnderstoodDocumentImpl. addNewNotUnderstood()Appends and returns a new empty "NotUnderstood" elementNotUnderstoodTypeNotUnderstoodDocumentImpl. getNotUnderstood()Gets the "NotUnderstood" elementMethods in org.w3.x2003.x05.soapEnvelope.impl with parameters of type NotUnderstoodType Modifier and Type Method Description voidNotUnderstoodDocumentImpl. setNotUnderstood(NotUnderstoodType notUnderstood)Sets the "NotUnderstood" element
-