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()Ruft den Wert der action-Eigenschaft ab.AttributedURITypeEndpointReferenceType. getAddress()Ruft den Wert der address-Eigenschaft ab.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)Legt den Wert der action-Eigenschaft fest.voidEndpointReferenceType. setAddress(AttributedURIType value)Legt den Wert der address-Eigenschaft fest.
-