Uses of Class
org.xmlsoap.schemas.ws._2004._08.addressing.AttributedURI

Packages that use AttributedURI
org.xmlsoap.schemas.ws._2004._08.addressing   
 

Uses of AttributedURI in org.xmlsoap.schemas.ws._2004._08.addressing
 

Methods in org.xmlsoap.schemas.ws._2004._08.addressing that return AttributedURI
 AttributedURI ObjectFactory.createAttributedURI()
          Create an instance of AttributedURI
 AttributedURI EndpointReferenceType.getAddress()
          Gets the value of the address property.
 

Methods in org.xmlsoap.schemas.ws._2004._08.addressing that return types with arguments of type AttributedURI
 javax.xml.bind.JAXBElement<AttributedURI> ObjectFactory.createAction(AttributedURI value)
          Create an instance of JAXBElement<AttributedURI>}
 javax.xml.bind.JAXBElement<AttributedURI> ObjectFactory.createMessageID(AttributedURI value)
          Create an instance of JAXBElement<AttributedURI>}
 javax.xml.bind.JAXBElement<AttributedURI> ObjectFactory.createTo(AttributedURI value)
          Create an instance of JAXBElement<AttributedURI>}
 

Methods in org.xmlsoap.schemas.ws._2004._08.addressing with parameters of type AttributedURI
 javax.xml.bind.JAXBElement<AttributedURI> ObjectFactory.createAction(AttributedURI value)
          Create an instance of JAXBElement<AttributedURI>}
 javax.xml.bind.JAXBElement<AttributedURI> ObjectFactory.createMessageID(AttributedURI value)
          Create an instance of JAXBElement<AttributedURI>}
 javax.xml.bind.JAXBElement<AttributedURI> ObjectFactory.createTo(AttributedURI value)
          Create an instance of JAXBElement<AttributedURI>}
 void EndpointReferenceType.setAddress(AttributedURI value)
          Sets the value of the address property.