Uses of Interface
org.w3.x2003.x05.soapEnvelope.Detail
-
Packages that use Detail Package Description org.w3.x2003.x05.soapEnvelope org.w3.x2003.x05.soapEnvelope.impl -
-
Uses of Detail in org.w3.x2003.x05.soapEnvelope
Methods in org.w3.x2003.x05.soapEnvelope that return Detail Modifier and Type Method Description DetailFault. addNewDetail()Appends and returns a new empty "Detail" elementDetailFault. getDetail()Gets the "Detail" elementstatic DetailDetail.Factory. newInstance()static DetailDetail.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static DetailDetail.Factory. parse(File file)static DetailDetail.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static DetailDetail.Factory. parse(InputStream is)static DetailDetail.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static DetailDetail.Factory. parse(Reader r)static DetailDetail.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static DetailDetail.Factory. parse(String xmlAsString)static DetailDetail.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static DetailDetail.Factory. parse(URL u)static DetailDetail.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static DetailDetail.Factory. parse(XMLStreamReader sr)static DetailDetail.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static DetailDetail.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic DetailDetail.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic DetailDetail.Factory. parse(Node node)static DetailDetail.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.w3.x2003.x05.soapEnvelope with parameters of type Detail Modifier and Type Method Description voidFault. setDetail(Detail detail)Sets the "Detail" element -
Uses of Detail in org.w3.x2003.x05.soapEnvelope.impl
Classes in org.w3.x2003.x05.soapEnvelope.impl that implement Detail Modifier and Type Class Description classDetailImplAn XML detail(@http://www.w3.org/2003/05/soap-envelope).Methods in org.w3.x2003.x05.soapEnvelope.impl that return Detail Modifier and Type Method Description DetailFaultImpl. addNewDetail()Appends and returns a new empty "Detail" elementDetailFaultImpl. getDetail()Gets the "Detail" elementMethods in org.w3.x2003.x05.soapEnvelope.impl with parameters of type Detail Modifier and Type Method Description voidFaultImpl. setDetail(Detail detail)Sets the "Detail" element
-