Uses of Interface
org.w3.x2005.x08.addressing.MetadataType
-
Packages that use MetadataType Package Description org.w3.x2005.x08.addressing org.w3.x2005.x08.addressing.impl -
-
Uses of MetadataType in org.w3.x2005.x08.addressing
Methods in org.w3.x2005.x08.addressing that return MetadataType Modifier and Type Method Description MetadataTypeEndpointReferenceType. addNewMetadata()Appends and returns a new empty "Metadata" elementMetadataTypeMetadataDocument. addNewMetadata()Appends and returns a new empty "Metadata" elementMetadataTypeEndpointReferenceType. getMetadata()Gets the "Metadata" elementMetadataTypeMetadataDocument. getMetadata()Gets the "Metadata" elementstatic MetadataTypeMetadataType.Factory. newInstance()static MetadataTypeMetadataType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static MetadataTypeMetadataType.Factory. parse(File file)static MetadataTypeMetadataType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static MetadataTypeMetadataType.Factory. parse(InputStream is)static MetadataTypeMetadataType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static MetadataTypeMetadataType.Factory. parse(Reader r)static MetadataTypeMetadataType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static MetadataTypeMetadataType.Factory. parse(String xmlAsString)static MetadataTypeMetadataType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static MetadataTypeMetadataType.Factory. parse(URL u)static MetadataTypeMetadataType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static MetadataTypeMetadataType.Factory. parse(XMLStreamReader sr)static MetadataTypeMetadataType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static MetadataTypeMetadataType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic MetadataTypeMetadataType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic MetadataTypeMetadataType.Factory. parse(Node node)static MetadataTypeMetadataType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.w3.x2005.x08.addressing with parameters of type MetadataType Modifier and Type Method Description voidEndpointReferenceType. setMetadata(MetadataType metadata)Sets the "Metadata" elementvoidMetadataDocument. setMetadata(MetadataType metadata)Sets the "Metadata" element -
Uses of MetadataType in org.w3.x2005.x08.addressing.impl
Classes in org.w3.x2005.x08.addressing.impl that implement MetadataType Modifier and Type Class Description classMetadataTypeImplAn XML MetadataType(@http://www.w3.org/2005/08/addressing).Methods in org.w3.x2005.x08.addressing.impl that return MetadataType Modifier and Type Method Description MetadataTypeEndpointReferenceTypeImpl. addNewMetadata()Appends and returns a new empty "Metadata" elementMetadataTypeMetadataDocumentImpl. addNewMetadata()Appends and returns a new empty "Metadata" elementMetadataTypeEndpointReferenceTypeImpl. getMetadata()Gets the "Metadata" elementMetadataTypeMetadataDocumentImpl. getMetadata()Gets the "Metadata" elementMethods in org.w3.x2005.x08.addressing.impl with parameters of type MetadataType Modifier and Type Method Description voidEndpointReferenceTypeImpl. setMetadata(MetadataType metadata)Sets the "Metadata" elementvoidMetadataDocumentImpl. setMetadata(MetadataType metadata)Sets the "Metadata" element
-