Uses of Class
network.oxalis.peppol.ubl2.jaxb.cac.ResponseType
-
Packages that use ResponseType Package Description network.oxalis.peppol.ubl2.jaxb network.oxalis.peppol.ubl2.jaxb.cac -
-
Uses of ResponseType in network.oxalis.peppol.ubl2.jaxb
Fields in network.oxalis.peppol.ubl2.jaxb with type parameters of type ResponseType Modifier and Type Field Description protected List<ResponseType>CreditNoteType. discrepancyResponseprotected List<ResponseType>DebitNoteType. discrepancyResponseprotected List<ResponseType>SelfBilledCreditNoteType. discrepancyResponseMethods in network.oxalis.peppol.ubl2.jaxb that return types with arguments of type ResponseType Modifier and Type Method Description List<ResponseType>CreditNoteType. getDiscrepancyResponse()Gets the value of the discrepancyResponse property.List<ResponseType>DebitNoteType. getDiscrepancyResponse()Gets the value of the discrepancyResponse property.List<ResponseType>SelfBilledCreditNoteType. getDiscrepancyResponse()Gets the value of the discrepancyResponse property. -
Uses of ResponseType in network.oxalis.peppol.ubl2.jaxb.cac
Fields in network.oxalis.peppol.ubl2.jaxb.cac declared as ResponseType Modifier and Type Field Description protected ResponseTypeDocumentResponseType. responseFields in network.oxalis.peppol.ubl2.jaxb.cac with type parameters of type ResponseType Modifier and Type Field Description protected List<ResponseType>CreditNoteLineType. discrepancyResponseprotected List<ResponseType>DebitNoteLineType. discrepancyResponseprotected List<ResponseType>LineResponseType. responseMethods in network.oxalis.peppol.ubl2.jaxb.cac that return ResponseType Modifier and Type Method Description ResponseTypeObjectFactory. createResponseType()Create an instance ofResponseTypeResponseTypeDocumentResponseType. getResponse()Gets the value of the response property.Methods in network.oxalis.peppol.ubl2.jaxb.cac that return types with arguments of type ResponseType Modifier and Type Method Description javax.xml.bind.JAXBElement<ResponseType>ObjectFactory. createDiscrepancyResponse(ResponseType value)javax.xml.bind.JAXBElement<ResponseType>ObjectFactory. createResponse(ResponseType value)List<ResponseType>CreditNoteLineType. getDiscrepancyResponse()Gets the value of the discrepancyResponse property.List<ResponseType>DebitNoteLineType. getDiscrepancyResponse()Gets the value of the discrepancyResponse property.List<ResponseType>LineResponseType. getResponse()Gets the value of the response property.Methods in network.oxalis.peppol.ubl2.jaxb.cac with parameters of type ResponseType Modifier and Type Method Description javax.xml.bind.JAXBElement<ResponseType>ObjectFactory. createDiscrepancyResponse(ResponseType value)javax.xml.bind.JAXBElement<ResponseType>ObjectFactory. createResponse(ResponseType value)voidDocumentResponseType. setResponse(ResponseType value)Sets the value of the response property.
-