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

Packages that use ServiceNameType
org.w3.x2005.x08.addressing   
org.w3.x2005.x08.addressing.impl   
 

Uses of ServiceNameType in org.w3.x2005.x08.addressing
 

Methods in org.w3.x2005.x08.addressing that return ServiceNameType
 ServiceNameType MetadataType.addNewServiceName()
          Appends and returns a new empty "ServiceName" element
 ServiceNameType MetadataType.getServiceName()
          Gets the "ServiceName" element
static ServiceNameType ServiceNameType.Factory.newInstance()
           
static ServiceNameType ServiceNameType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static ServiceNameType ServiceNameType.Factory.parse(File file)
           
static ServiceNameType ServiceNameType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static ServiceNameType ServiceNameType.Factory.parse(InputStream is)
           
static ServiceNameType ServiceNameType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static ServiceNameType ServiceNameType.Factory.parse(Node node)
           
static ServiceNameType ServiceNameType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static ServiceNameType ServiceNameType.Factory.parse(Reader r)
           
static ServiceNameType ServiceNameType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static ServiceNameType ServiceNameType.Factory.parse(String xmlAsString)
           
static ServiceNameType ServiceNameType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static ServiceNameType ServiceNameType.Factory.parse(URL u)
           
static ServiceNameType ServiceNameType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static ServiceNameType ServiceNameType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static ServiceNameType ServiceNameType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static ServiceNameType ServiceNameType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static ServiceNameType ServiceNameType.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.w3.x2005.x08.addressing with parameters of type ServiceNameType
 void MetadataType.setServiceName(ServiceNameType serviceName)
          Sets the "ServiceName" element
 

Uses of ServiceNameType in org.w3.x2005.x08.addressing.impl
 

Classes in org.w3.x2005.x08.addressing.impl that implement ServiceNameType
 class ServiceNameTypeImpl
          An XML ServiceNameType(@http://www.w3.org/2005/08/addressing).
 

Methods in org.w3.x2005.x08.addressing.impl that return ServiceNameType
 ServiceNameType MetadataTypeImpl.addNewServiceName()
          Appends and returns a new empty "ServiceName" element
 ServiceNameType MetadataTypeImpl.getServiceName()
          Gets the "ServiceName" element
 

Methods in org.w3.x2005.x08.addressing.impl with parameters of type ServiceNameType
 void MetadataTypeImpl.setServiceName(ServiceNameType serviceName)
          Sets the "ServiceName" element
 



Copyright © 2013 Leibniz Universität Hannover. All Rights Reserved.