Uses of Class
org.somda.sdc.dpws.soap.wsaddressing.model.AttributedURIType
-
Packages that use AttributedURIType Package Description org.somda.sdc.dpws.soap.wsaddressing.model -
-
Uses of AttributedURIType in org.somda.sdc.dpws.soap.wsaddressing.model
Fields in org.somda.sdc.dpws.soap.wsaddressing.model declared as AttributedURIType Modifier and Type Field Description protected AttributedURITypeProblemActionType. actionprotected AttributedURITypeEndpointReferenceType. addressMethods in org.somda.sdc.dpws.soap.wsaddressing.model that return AttributedURIType Modifier and Type Method Description AttributedURITypeObjectFactory. createAttributedURIType()Create an instance ofAttributedURITypeAttributedURITypeProblemActionType. getAction()Gets the value of the action property.AttributedURITypeEndpointReferenceType. getAddress()Gets the value of the address property.Methods in org.somda.sdc.dpws.soap.wsaddressing.model that return types with arguments of type AttributedURIType Modifier and Type Method Description javax.xml.bind.JAXBElement<AttributedURIType>ObjectFactory. createAction(AttributedURIType value)javax.xml.bind.JAXBElement<AttributedURIType>ObjectFactory. createMessageID(AttributedURIType value)javax.xml.bind.JAXBElement<AttributedURIType>ObjectFactory. createProblemIRI(AttributedURIType value)javax.xml.bind.JAXBElement<AttributedURIType>ObjectFactory. createTo(AttributedURIType value)Methods in org.somda.sdc.dpws.soap.wsaddressing.model with parameters of type AttributedURIType Modifier and Type Method Description javax.xml.bind.JAXBElement<AttributedURIType>ObjectFactory. createAction(AttributedURIType value)javax.xml.bind.JAXBElement<AttributedURIType>ObjectFactory. createMessageID(AttributedURIType value)javax.xml.bind.JAXBElement<AttributedURIType>ObjectFactory. createProblemIRI(AttributedURIType value)javax.xml.bind.JAXBElement<AttributedURIType>ObjectFactory. createTo(AttributedURIType value)voidProblemActionType. setAction(AttributedURIType value)Sets the value of the action property.voidEndpointReferenceType. setAddress(AttributedURIType value)Sets the value of the address property.
-