Uses of Class
org.w3c.ws_addressing.AttributedURIType

Uses of AttributedURIType in org.w3c.ws_addressing
 

Fields in org.w3c.ws_addressing declared as AttributedURIType
protected  AttributedURIType ProblemActionType.action
           
protected  AttributedURIType EndpointReferenceType.address
           
 

Methods in org.w3c.ws_addressing that return AttributedURIType
 AttributedURIType ObjectFactory.createAttributedURIType()
          Create an instance of AttributedURIType
 AttributedURIType ProblemActionType.getAction()
          Ruft den Wert der action-Eigenschaft ab.
 AttributedURIType EndpointReferenceType.getAddress()
          Ruft den Wert der address-Eigenschaft ab.
 

Methods in org.w3c.ws_addressing that return types with arguments of type AttributedURIType
 javax.xml.bind.JAXBElement<AttributedURIType> ObjectFactory.createAction(AttributedURIType value)
          Create an instance of JAXBElement<AttributedURIType>}
 javax.xml.bind.JAXBElement<AttributedURIType> ObjectFactory.createMessageID(AttributedURIType value)
          Create an instance of JAXBElement<AttributedURIType>}
 javax.xml.bind.JAXBElement<AttributedURIType> ObjectFactory.createProblemIRI(AttributedURIType value)
          Create an instance of JAXBElement<AttributedURIType>}
 javax.xml.bind.JAXBElement<AttributedURIType> ObjectFactory.createTo(AttributedURIType value)
          Create an instance of JAXBElement<AttributedURIType>}
 

Methods in org.w3c.ws_addressing with parameters of type AttributedURIType
 javax.xml.bind.JAXBElement<AttributedURIType> ObjectFactory.createAction(AttributedURIType value)
          Create an instance of JAXBElement<AttributedURIType>}
 javax.xml.bind.JAXBElement<AttributedURIType> ObjectFactory.createMessageID(AttributedURIType value)
          Create an instance of JAXBElement<AttributedURIType>}
 javax.xml.bind.JAXBElement<AttributedURIType> ObjectFactory.createProblemIRI(AttributedURIType value)
          Create an instance of JAXBElement<AttributedURIType>}
 javax.xml.bind.JAXBElement<AttributedURIType> ObjectFactory.createTo(AttributedURIType value)
          Create an instance of JAXBElement<AttributedURIType>}
 void ProblemActionType.setAction(AttributedURIType value)
          Legt den Wert der action-Eigenschaft fest.
 void EndpointReferenceType.setAddress(AttributedURIType value)
          Legt den Wert der address-Eigenschaft fest.
 



Copyright © 2008-2013 Highsource. All Rights Reserved.