Uses of Class
network.oxalis.peppol.busdox.jaxb.addressing.EndpointReferenceType
-
Packages that use EndpointReferenceType Package Description network.oxalis.peppol.busdox.jaxb.addressing network.oxalis.peppol.busdox.jaxb.smp -
-
Uses of EndpointReferenceType in network.oxalis.peppol.busdox.jaxb.addressing
Methods in network.oxalis.peppol.busdox.jaxb.addressing that return EndpointReferenceType Modifier and Type Method Description EndpointReferenceTypeObjectFactory. createEndpointReferenceType()Create an instance ofEndpointReferenceTypeMethods in network.oxalis.peppol.busdox.jaxb.addressing that return types with arguments of type EndpointReferenceType Modifier and Type Method Description javax.xml.bind.JAXBElement<EndpointReferenceType>ObjectFactory. createEndpointReference(EndpointReferenceType value)javax.xml.bind.JAXBElement<EndpointReferenceType>ObjectFactory. createFaultTo(EndpointReferenceType value)javax.xml.bind.JAXBElement<EndpointReferenceType>ObjectFactory. createFrom(EndpointReferenceType value)javax.xml.bind.JAXBElement<EndpointReferenceType>ObjectFactory. createReplyTo(EndpointReferenceType value)Methods in network.oxalis.peppol.busdox.jaxb.addressing with parameters of type EndpointReferenceType Modifier and Type Method Description javax.xml.bind.JAXBElement<EndpointReferenceType>ObjectFactory. createEndpointReference(EndpointReferenceType value)javax.xml.bind.JAXBElement<EndpointReferenceType>ObjectFactory. createFaultTo(EndpointReferenceType value)javax.xml.bind.JAXBElement<EndpointReferenceType>ObjectFactory. createFrom(EndpointReferenceType value)javax.xml.bind.JAXBElement<EndpointReferenceType>ObjectFactory. createReplyTo(EndpointReferenceType value) -
Uses of EndpointReferenceType in network.oxalis.peppol.busdox.jaxb.smp
Fields in network.oxalis.peppol.busdox.jaxb.smp declared as EndpointReferenceType Modifier and Type Field Description protected EndpointReferenceTypeEndpointType. endpointReferenceMethods in network.oxalis.peppol.busdox.jaxb.smp that return EndpointReferenceType Modifier and Type Method Description EndpointReferenceTypeEndpointType. getEndpointReference()Gets the value of the endpointReference property.Methods in network.oxalis.peppol.busdox.jaxb.smp with parameters of type EndpointReferenceType Modifier and Type Method Description voidEndpointType. setEndpointReference(EndpointReferenceType value)Sets the value of the endpointReference property.
-