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

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

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

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

Methods in org.w3.x2005.x08.addressing with parameters of type AttributedUnsignedLongType
 void RetryAfterDocument.setRetryAfter(AttributedUnsignedLongType retryAfter)
          Sets the "RetryAfter" element
 

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

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

Methods in org.w3.x2005.x08.addressing.impl that return AttributedUnsignedLongType
 AttributedUnsignedLongType RetryAfterDocumentImpl.addNewRetryAfter()
          Appends and returns a new empty "RetryAfter" element
 AttributedUnsignedLongType RetryAfterDocumentImpl.getRetryAfter()
          Gets the "RetryAfter" element
 

Methods in org.w3.x2005.x08.addressing.impl with parameters of type AttributedUnsignedLongType
 void RetryAfterDocumentImpl.setRetryAfter(AttributedUnsignedLongType retryAfter)
          Sets the "RetryAfter" element
 



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