Uses of Class
network.oxalis.peppol.ubl2.jaxb.cac.DutyType
-
Packages that use DutyType Package Description network.oxalis.peppol.ubl2.jaxb.cac -
-
Uses of DutyType in network.oxalis.peppol.ubl2.jaxb.cac
Fields in network.oxalis.peppol.ubl2.jaxb.cac with type parameters of type DutyType Modifier and Type Field Description protected List<DutyType>TelecommunicationsServiceType. callDutyprotected List<DutyType>TelecommunicationsServiceType. timeDutyMethods in network.oxalis.peppol.ubl2.jaxb.cac that return DutyType Modifier and Type Method Description DutyTypeObjectFactory. createDutyType()Create an instance ofDutyTypeMethods in network.oxalis.peppol.ubl2.jaxb.cac that return types with arguments of type DutyType Modifier and Type Method Description javax.xml.bind.JAXBElement<DutyType>ObjectFactory. createCallDuty(DutyType value)javax.xml.bind.JAXBElement<DutyType>ObjectFactory. createDuty(DutyType value)javax.xml.bind.JAXBElement<DutyType>ObjectFactory. createTimeDuty(DutyType value)List<DutyType>TelecommunicationsServiceType. getCallDuty()Gets the value of the callDuty property.List<DutyType>TelecommunicationsServiceType. getTimeDuty()Gets the value of the timeDuty property.Methods in network.oxalis.peppol.ubl2.jaxb.cac with parameters of type DutyType Modifier and Type Method Description javax.xml.bind.JAXBElement<DutyType>ObjectFactory. createCallDuty(DutyType value)javax.xml.bind.JAXBElement<DutyType>ObjectFactory. createDuty(DutyType value)javax.xml.bind.JAXBElement<DutyType>ObjectFactory. createTimeDuty(DutyType value)
-