Uses of Interface
org.w3.x2005.x08.addressing.AttributedURIType
-
Packages that use AttributedURIType Package Description 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 Modifier and Type Method Description AttributedURITypeActionDocument. addNewAction()Appends and returns a new empty "Action" elementAttributedURITypeProblemActionType. addNewAction()Appends and returns a new empty "Action" elementAttributedURITypeEndpointReferenceType. addNewAddress()Appends and returns a new empty "Address" elementAttributedURITypeMessageIDDocument. addNewMessageID()Appends and returns a new empty "MessageID" elementAttributedURITypeProblemIRIDocument. addNewProblemIRI()Appends and returns a new empty "ProblemIRI" elementAttributedURITypeToDocument. addNewTo()Appends and returns a new empty "To" elementAttributedURITypeActionDocument. getAction()Gets the "Action" elementAttributedURITypeProblemActionType. getAction()Gets the "Action" elementAttributedURITypeEndpointReferenceType. getAddress()Gets the "Address" elementAttributedURITypeMessageIDDocument. getMessageID()Gets the "MessageID" elementAttributedURITypeProblemIRIDocument. getProblemIRI()Gets the "ProblemIRI" elementAttributedURITypeToDocument. getTo()Gets the "To" elementstatic AttributedURITypeAttributedURIType.Factory. newInstance()static AttributedURITypeAttributedURIType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static AttributedURITypeAttributedURIType.Factory. parse(File file)static AttributedURITypeAttributedURIType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static AttributedURITypeAttributedURIType.Factory. parse(InputStream is)static AttributedURITypeAttributedURIType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static AttributedURITypeAttributedURIType.Factory. parse(Reader r)static AttributedURITypeAttributedURIType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static AttributedURITypeAttributedURIType.Factory. parse(String xmlAsString)static AttributedURITypeAttributedURIType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static AttributedURITypeAttributedURIType.Factory. parse(URL u)static AttributedURITypeAttributedURIType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static AttributedURITypeAttributedURIType.Factory. parse(XMLStreamReader sr)static AttributedURITypeAttributedURIType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static AttributedURITypeAttributedURIType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic AttributedURITypeAttributedURIType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic AttributedURITypeAttributedURIType.Factory. parse(Node node)static AttributedURITypeAttributedURIType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.w3.x2005.x08.addressing with parameters of type AttributedURIType Modifier and Type Method Description voidActionDocument. setAction(AttributedURIType action)Sets the "Action" elementvoidProblemActionType. setAction(AttributedURIType action)Sets the "Action" elementvoidEndpointReferenceType. setAddress(AttributedURIType address)Sets the "Address" elementvoidMessageIDDocument. setMessageID(AttributedURIType messageID)Sets the "MessageID" elementvoidProblemIRIDocument. setProblemIRI(AttributedURIType problemIRI)Sets the "ProblemIRI" elementvoidToDocument. 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 Modifier and Type Class Description classAttributedURITypeImplAn XML AttributedURIType(@http://www.w3.org/2005/08/addressing).Methods in org.w3.x2005.x08.addressing.impl that return AttributedURIType Modifier and Type Method Description AttributedURITypeActionDocumentImpl. addNewAction()Appends and returns a new empty "Action" elementAttributedURITypeProblemActionTypeImpl. addNewAction()Appends and returns a new empty "Action" elementAttributedURITypeEndpointReferenceTypeImpl. addNewAddress()Appends and returns a new empty "Address" elementAttributedURITypeMessageIDDocumentImpl. addNewMessageID()Appends and returns a new empty "MessageID" elementAttributedURITypeProblemIRIDocumentImpl. addNewProblemIRI()Appends and returns a new empty "ProblemIRI" elementAttributedURITypeToDocumentImpl. addNewTo()Appends and returns a new empty "To" elementAttributedURITypeActionDocumentImpl. getAction()Gets the "Action" elementAttributedURITypeProblemActionTypeImpl. getAction()Gets the "Action" elementAttributedURITypeEndpointReferenceTypeImpl. getAddress()Gets the "Address" elementAttributedURITypeMessageIDDocumentImpl. getMessageID()Gets the "MessageID" elementAttributedURITypeProblemIRIDocumentImpl. getProblemIRI()Gets the "ProblemIRI" elementAttributedURITypeToDocumentImpl. getTo()Gets the "To" elementMethods in org.w3.x2005.x08.addressing.impl with parameters of type AttributedURIType Modifier and Type Method Description voidActionDocumentImpl. setAction(AttributedURIType action)Sets the "Action" elementvoidProblemActionTypeImpl. setAction(AttributedURIType action)Sets the "Action" elementvoidEndpointReferenceTypeImpl. setAddress(AttributedURIType address)Sets the "Address" elementvoidMessageIDDocumentImpl. setMessageID(AttributedURIType messageID)Sets the "MessageID" elementvoidProblemIRIDocumentImpl. setProblemIRI(AttributedURIType problemIRI)Sets the "ProblemIRI" elementvoidToDocumentImpl. setTo(AttributedURIType to)Sets the "To" element
-