Uses of Class
network.oxalis.peppol.ubl2.jaxb.cac.StatusType
-
Packages that use StatusType Package Description network.oxalis.peppol.ubl2.jaxb.cac -
-
Uses of StatusType in network.oxalis.peppol.ubl2.jaxb.cac
Fields in network.oxalis.peppol.ubl2.jaxb.cac with type parameters of type StatusType Modifier and Type Field Description protected List<StatusType>EventType. currentStatusprotected List<StatusType>TransportEventType. currentStatusprotected List<StatusType>ConsignmentType. statusprotected List<StatusType>ResponseType. statusprotected List<StatusType>TransportHandlingUnitType. statusMethods in network.oxalis.peppol.ubl2.jaxb.cac that return StatusType Modifier and Type Method Description StatusTypeObjectFactory. createStatusType()Create an instance ofStatusTypeMethods in network.oxalis.peppol.ubl2.jaxb.cac that return types with arguments of type StatusType Modifier and Type Method Description javax.xml.bind.JAXBElement<StatusType>ObjectFactory. createCurrentStatus(StatusType value)javax.xml.bind.JAXBElement<StatusType>ObjectFactory. createStatus(StatusType value)List<StatusType>EventType. getCurrentStatus()Gets the value of the currentStatus property.List<StatusType>TransportEventType. getCurrentStatus()Gets the value of the currentStatus property.List<StatusType>ConsignmentType. getStatus()Gets the value of the status property.List<StatusType>ResponseType. getStatus()Gets the value of the status property.List<StatusType>TransportHandlingUnitType. getStatus()Gets the value of the status property.Methods in network.oxalis.peppol.ubl2.jaxb.cac with parameters of type StatusType Modifier and Type Method Description javax.xml.bind.JAXBElement<StatusType>ObjectFactory. createCurrentStatus(StatusType value)javax.xml.bind.JAXBElement<StatusType>ObjectFactory. createStatus(StatusType value)
-