Uses of Class
network.oxalis.peppol.ubl2.jaxb.cac.DocumentResponseType
-
Packages that use DocumentResponseType Package Description network.oxalis.peppol.ubl2.jaxb network.oxalis.peppol.ubl2.jaxb.cac -
-
Uses of DocumentResponseType in network.oxalis.peppol.ubl2.jaxb
Fields in network.oxalis.peppol.ubl2.jaxb declared as DocumentResponseType Modifier and Type Field Description protected DocumentResponseTypeDocumentStatusType. documentResponseFields in network.oxalis.peppol.ubl2.jaxb with type parameters of type DocumentResponseType Modifier and Type Field Description protected List<DocumentResponseType>DocumentStatusType. additionalDocumentResponseprotected List<DocumentResponseType>ApplicationResponseType. documentResponseMethods in network.oxalis.peppol.ubl2.jaxb that return DocumentResponseType Modifier and Type Method Description DocumentResponseTypeDocumentStatusType. getDocumentResponse()Gets the value of the documentResponse property.Methods in network.oxalis.peppol.ubl2.jaxb that return types with arguments of type DocumentResponseType Modifier and Type Method Description List<DocumentResponseType>DocumentStatusType. getAdditionalDocumentResponse()Gets the value of the additionalDocumentResponse property.List<DocumentResponseType>ApplicationResponseType. getDocumentResponse()Gets the value of the documentResponse property.Methods in network.oxalis.peppol.ubl2.jaxb with parameters of type DocumentResponseType Modifier and Type Method Description voidDocumentStatusType. setDocumentResponse(DocumentResponseType value)Sets the value of the documentResponse property. -
Uses of DocumentResponseType in network.oxalis.peppol.ubl2.jaxb.cac
Methods in network.oxalis.peppol.ubl2.jaxb.cac that return DocumentResponseType Modifier and Type Method Description DocumentResponseTypeObjectFactory. createDocumentResponseType()Create an instance ofDocumentResponseTypeMethods in network.oxalis.peppol.ubl2.jaxb.cac that return types with arguments of type DocumentResponseType Modifier and Type Method Description javax.xml.bind.JAXBElement<DocumentResponseType>ObjectFactory. createAdditionalDocumentResponse(DocumentResponseType value)javax.xml.bind.JAXBElement<DocumentResponseType>ObjectFactory. createDocumentResponse(DocumentResponseType value)Methods in network.oxalis.peppol.ubl2.jaxb.cac with parameters of type DocumentResponseType Modifier and Type Method Description javax.xml.bind.JAXBElement<DocumentResponseType>ObjectFactory. createAdditionalDocumentResponse(DocumentResponseType value)javax.xml.bind.JAXBElement<DocumentResponseType>ObjectFactory. createDocumentResponse(DocumentResponseType value)
-