Uses of Class
network.oxalis.peppol.bdx.jaxb.addressing.AttributedURIType
-
Packages that use AttributedURIType Package Description network.oxalis.peppol.bdx.jaxb.addressing -
-
Uses of AttributedURIType in network.oxalis.peppol.bdx.jaxb.addressing
Fields in network.oxalis.peppol.bdx.jaxb.addressing declared as AttributedURIType Modifier and Type Field Description protected AttributedURITypeProblemActionType. actionprotected AttributedURITypeEndpointReferenceType. addressMethods in network.oxalis.peppol.bdx.jaxb.addressing 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 network.oxalis.peppol.bdx.jaxb.addressing 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 network.oxalis.peppol.bdx.jaxb.addressing 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.
-