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

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

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

Methods in org.w3.x2005.x08.addressing that return AttributedURIType
 AttributedURIType ProblemActionType.addNewAction()
          Appends and returns a new empty "Action" element
 AttributedURIType ActionDocument.addNewAction()
          Appends and returns a new empty "Action" element
 AttributedURIType EndpointReferenceType.addNewAddress()
          Appends and returns a new empty "Address" element
 AttributedURIType MessageIDDocument.addNewMessageID()
          Appends and returns a new empty "MessageID" element
 AttributedURIType ProblemIRIDocument.addNewProblemIRI()
          Appends and returns a new empty "ProblemIRI" element
 AttributedURIType ToDocument.addNewTo()
          Appends and returns a new empty "To" element
 AttributedURIType ProblemActionType.getAction()
          Gets the "Action" element
 AttributedURIType ActionDocument.getAction()
          Gets the "Action" element
 AttributedURIType EndpointReferenceType.getAddress()
          Gets the "Address" element
 AttributedURIType MessageIDDocument.getMessageID()
          Gets the "MessageID" element
 AttributedURIType ProblemIRIDocument.getProblemIRI()
          Gets the "ProblemIRI" element
 AttributedURIType ToDocument.getTo()
          Gets the "To" element
static AttributedURIType AttributedURIType.Factory.newInstance()
           
static AttributedURIType AttributedURIType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static AttributedURIType AttributedURIType.Factory.parse(File file)
           
static AttributedURIType AttributedURIType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static AttributedURIType AttributedURIType.Factory.parse(InputStream is)
           
static AttributedURIType AttributedURIType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static AttributedURIType AttributedURIType.Factory.parse(Node node)
           
static AttributedURIType AttributedURIType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static AttributedURIType AttributedURIType.Factory.parse(Reader r)
           
static AttributedURIType AttributedURIType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static AttributedURIType AttributedURIType.Factory.parse(String xmlAsString)
           
static AttributedURIType AttributedURIType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static AttributedURIType AttributedURIType.Factory.parse(URL u)
           
static AttributedURIType AttributedURIType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static AttributedURIType AttributedURIType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static AttributedURIType AttributedURIType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static AttributedURIType AttributedURIType.Factory.parse(XMLStreamReader sr)
           
static AttributedURIType AttributedURIType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.w3.x2005.x08.addressing with parameters of type AttributedURIType
 void ProblemActionType.setAction(AttributedURIType action)
          Sets the "Action" element
 void ActionDocument.setAction(AttributedURIType action)
          Sets the "Action" element
 void EndpointReferenceType.setAddress(AttributedURIType address)
          Sets the "Address" element
 void MessageIDDocument.setMessageID(AttributedURIType messageID)
          Sets the "MessageID" element
 void ProblemIRIDocument.setProblemIRI(AttributedURIType problemIRI)
          Sets the "ProblemIRI" element
 void ToDocument.setTo(AttributedURIType to)
          Sets the "To" element
 

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

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

Methods in org.w3.x2005.x08.addressing.impl that return AttributedURIType
 AttributedURIType ProblemActionTypeImpl.addNewAction()
          Appends and returns a new empty "Action" element
 AttributedURIType ActionDocumentImpl.addNewAction()
          Appends and returns a new empty "Action" element
 AttributedURIType EndpointReferenceTypeImpl.addNewAddress()
          Appends and returns a new empty "Address" element
 AttributedURIType MessageIDDocumentImpl.addNewMessageID()
          Appends and returns a new empty "MessageID" element
 AttributedURIType ProblemIRIDocumentImpl.addNewProblemIRI()
          Appends and returns a new empty "ProblemIRI" element
 AttributedURIType ToDocumentImpl.addNewTo()
          Appends and returns a new empty "To" element
 AttributedURIType ProblemActionTypeImpl.getAction()
          Gets the "Action" element
 AttributedURIType ActionDocumentImpl.getAction()
          Gets the "Action" element
 AttributedURIType EndpointReferenceTypeImpl.getAddress()
          Gets the "Address" element
 AttributedURIType MessageIDDocumentImpl.getMessageID()
          Gets the "MessageID" element
 AttributedURIType ProblemIRIDocumentImpl.getProblemIRI()
          Gets the "ProblemIRI" element
 AttributedURIType ToDocumentImpl.getTo()
          Gets the "To" element
 

Methods in org.w3.x2005.x08.addressing.impl with parameters of type AttributedURIType
 void ProblemActionTypeImpl.setAction(AttributedURIType action)
          Sets the "Action" element
 void ActionDocumentImpl.setAction(AttributedURIType action)
          Sets the "Action" element
 void EndpointReferenceTypeImpl.setAddress(AttributedURIType address)
          Sets the "Address" element
 void MessageIDDocumentImpl.setMessageID(AttributedURIType messageID)
          Sets the "MessageID" element
 void ProblemIRIDocumentImpl.setProblemIRI(AttributedURIType problemIRI)
          Sets the "ProblemIRI" element
 void ToDocumentImpl.setTo(AttributedURIType to)
          Sets the "To" element
 



Copyright © 2004-2012 52north.org. All Rights Reserved.