Uses of Interface
org.w3.x2005.x08.addressing.MetadataType

Packages that use MetadataType
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
 MetadataType MetadataDocument.addNewMetadata()
          Appends and returns a new empty "Metadata" element
 MetadataType EndpointReferenceType.addNewMetadata()
          Appends and returns a new empty "Metadata" element
 MetadataType MetadataDocument.getMetadata()
          Gets the "Metadata" element
 MetadataType EndpointReferenceType.getMetadata()
          Gets the "Metadata" element
static MetadataType MetadataType.Factory.newInstance()
           
static MetadataType MetadataType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static MetadataType MetadataType.Factory.parse(File file)
           
static MetadataType MetadataType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static MetadataType MetadataType.Factory.parse(InputStream is)
           
static MetadataType MetadataType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static MetadataType MetadataType.Factory.parse(Node node)
           
static MetadataType MetadataType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static MetadataType MetadataType.Factory.parse(Reader r)
           
static MetadataType MetadataType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static MetadataType MetadataType.Factory.parse(String xmlAsString)
           
static MetadataType MetadataType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static MetadataType MetadataType.Factory.parse(URL u)
           
static MetadataType MetadataType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static MetadataType MetadataType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static MetadataType MetadataType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static MetadataType MetadataType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static MetadataType MetadataType.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.w3.x2005.x08.addressing with parameters of type MetadataType
 void MetadataDocument.setMetadata(MetadataType metadata)
          Sets the "Metadata" element
 void EndpointReferenceType.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
 class MetadataTypeImpl
          An XML MetadataType(@http://www.w3.org/2005/08/addressing).
 

Methods in org.w3.x2005.x08.addressing.impl that return MetadataType
 MetadataType MetadataDocumentImpl.addNewMetadata()
          Appends and returns a new empty "Metadata" element
 MetadataType EndpointReferenceTypeImpl.addNewMetadata()
          Appends and returns a new empty "Metadata" element
 MetadataType MetadataDocumentImpl.getMetadata()
          Gets the "Metadata" element
 MetadataType EndpointReferenceTypeImpl.getMetadata()
          Gets the "Metadata" element
 

Methods in org.w3.x2005.x08.addressing.impl with parameters of type MetadataType
 void MetadataDocumentImpl.setMetadata(MetadataType metadata)
          Sets the "Metadata" element
 void EndpointReferenceTypeImpl.setMetadata(MetadataType metadata)
          Sets the "Metadata" element
 



Copyright © 2008-2012 Fraunhofer Institute SCAI. All Rights Reserved.