Uses of Class
network.oxalis.peppol.ubl2.jaxb.cbc.MeterNumberType
-
Packages that use MeterNumberType Package Description network.oxalis.peppol.ubl2.jaxb.cac network.oxalis.peppol.ubl2.jaxb.cbc -
-
Uses of MeterNumberType in network.oxalis.peppol.ubl2.jaxb.cac
Fields in network.oxalis.peppol.ubl2.jaxb.cac declared as MeterNumberType Modifier and Type Field Description protected MeterNumberTypeConsumptionCorrectionType. meterNumberprotected MeterNumberTypeConsumptionHistoryType. meterNumberprotected MeterNumberTypeMeterType. meterNumberMethods in network.oxalis.peppol.ubl2.jaxb.cac that return MeterNumberType Modifier and Type Method Description MeterNumberTypeConsumptionCorrectionType. getMeterNumber()Gets the value of the meterNumber property.MeterNumberTypeConsumptionHistoryType. getMeterNumber()Gets the value of the meterNumber property.MeterNumberTypeMeterType. getMeterNumber()Gets the value of the meterNumber property.Methods in network.oxalis.peppol.ubl2.jaxb.cac with parameters of type MeterNumberType Modifier and Type Method Description voidConsumptionCorrectionType. setMeterNumber(MeterNumberType value)Sets the value of the meterNumber property.voidConsumptionHistoryType. setMeterNumber(MeterNumberType value)Sets the value of the meterNumber property.voidMeterType. setMeterNumber(MeterNumberType value)Sets the value of the meterNumber property. -
Uses of MeterNumberType in network.oxalis.peppol.ubl2.jaxb.cbc
Methods in network.oxalis.peppol.ubl2.jaxb.cbc that return MeterNumberType Modifier and Type Method Description MeterNumberTypeObjectFactory. createMeterNumberType()Create an instance ofMeterNumberTypeMethods in network.oxalis.peppol.ubl2.jaxb.cbc that return types with arguments of type MeterNumberType Modifier and Type Method Description javax.xml.bind.JAXBElement<MeterNumberType>ObjectFactory. createMeterNumber(MeterNumberType value)Methods in network.oxalis.peppol.ubl2.jaxb.cbc with parameters of type MeterNumberType Modifier and Type Method Description javax.xml.bind.JAXBElement<MeterNumberType>ObjectFactory. createMeterNumber(MeterNumberType value)
-