Uses of Interface
org.w3.x2005.x08.addressing.RelatesToType
-
Packages that use RelatesToType Package Description org.w3.x2005.x08.addressing org.w3.x2005.x08.addressing.impl -
-
Uses of RelatesToType in org.w3.x2005.x08.addressing
Methods in org.w3.x2005.x08.addressing that return RelatesToType Modifier and Type Method Description RelatesToTypeRelatesToDocument. addNewRelatesTo()Appends and returns a new empty "RelatesTo" elementRelatesToTypeRelatesToDocument. getRelatesTo()Gets the "RelatesTo" elementstatic RelatesToTypeRelatesToType.Factory. newInstance()static RelatesToTypeRelatesToType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static RelatesToTypeRelatesToType.Factory. parse(File file)static RelatesToTypeRelatesToType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static RelatesToTypeRelatesToType.Factory. parse(InputStream is)static RelatesToTypeRelatesToType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static RelatesToTypeRelatesToType.Factory. parse(Reader r)static RelatesToTypeRelatesToType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static RelatesToTypeRelatesToType.Factory. parse(String xmlAsString)static RelatesToTypeRelatesToType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static RelatesToTypeRelatesToType.Factory. parse(URL u)static RelatesToTypeRelatesToType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static RelatesToTypeRelatesToType.Factory. parse(XMLStreamReader sr)static RelatesToTypeRelatesToType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static RelatesToTypeRelatesToType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic RelatesToTypeRelatesToType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic RelatesToTypeRelatesToType.Factory. parse(Node node)static RelatesToTypeRelatesToType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.w3.x2005.x08.addressing with parameters of type RelatesToType Modifier and Type Method Description voidRelatesToDocument. setRelatesTo(RelatesToType relatesTo)Sets the "RelatesTo" element -
Uses of RelatesToType in org.w3.x2005.x08.addressing.impl
Classes in org.w3.x2005.x08.addressing.impl that implement RelatesToType Modifier and Type Class Description classRelatesToTypeImplAn XML RelatesToType(@http://www.w3.org/2005/08/addressing).Methods in org.w3.x2005.x08.addressing.impl that return RelatesToType Modifier and Type Method Description RelatesToTypeRelatesToDocumentImpl. addNewRelatesTo()Appends and returns a new empty "RelatesTo" elementRelatesToTypeRelatesToDocumentImpl. getRelatesTo()Gets the "RelatesTo" elementMethods in org.w3.x2005.x08.addressing.impl with parameters of type RelatesToType Modifier and Type Method Description voidRelatesToDocumentImpl. setRelatesTo(RelatesToType relatesTo)Sets the "RelatesTo" element
-