Uses of Class
network.oxalis.peppol.ubl2.jaxb.cac.CountryType
-
Packages that use CountryType Package Description network.oxalis.peppol.ubl2.jaxb network.oxalis.peppol.ubl2.jaxb.cac -
-
Uses of CountryType in network.oxalis.peppol.ubl2.jaxb
Fields in network.oxalis.peppol.ubl2.jaxb declared as CountryType Modifier and Type Field Description protected CountryTypeOrderChangeType. destinationCountryprotected CountryTypeOrderResponseType. destinationCountryprotected CountryTypeOrderType. destinationCountryprotected CountryTypeQuotationType. destinationCountryprotected CountryTypeRequestForQuotationType. destinationCountryMethods in network.oxalis.peppol.ubl2.jaxb that return CountryType Modifier and Type Method Description CountryTypeOrderChangeType. getDestinationCountry()Gets the value of the destinationCountry property.CountryTypeOrderResponseType. getDestinationCountry()Gets the value of the destinationCountry property.CountryTypeOrderType. getDestinationCountry()Gets the value of the destinationCountry property.CountryTypeQuotationType. getDestinationCountry()Gets the value of the destinationCountry property.CountryTypeRequestForQuotationType. getDestinationCountry()Gets the value of the destinationCountry property.Methods in network.oxalis.peppol.ubl2.jaxb with parameters of type CountryType Modifier and Type Method Description voidOrderChangeType. setDestinationCountry(CountryType value)Sets the value of the destinationCountry property.voidOrderResponseType. setDestinationCountry(CountryType value)Sets the value of the destinationCountry property.voidOrderType. setDestinationCountry(CountryType value)Sets the value of the destinationCountry property.voidQuotationType. setDestinationCountry(CountryType value)Sets the value of the destinationCountry property.voidRequestForQuotationType. setDestinationCountry(CountryType value)Sets the value of the destinationCountry property. -
Uses of CountryType in network.oxalis.peppol.ubl2.jaxb.cac
Fields in network.oxalis.peppol.ubl2.jaxb.cac declared as CountryType Modifier and Type Field Description protected CountryTypeAddressType. countryprotected CountryTypeFinancialAccountType. countryprotected CountryTypeTelecommunicationsServiceType. countryprotected CountryTypeShipmentType. exportCountryprotected CountryTypeConsignmentType. finalDestinationCountryprotected CountryTypeCertificateOfOriginApplicationType. issuingCountryprotected CountryTypeConsignmentType. originalDepartureCountryprotected CountryTypeItemType. originCountryFields in network.oxalis.peppol.ubl2.jaxb.cac with type parameters of type CountryType Modifier and Type Field Description protected List<CountryType>ConsignmentType. transitCountryMethods in network.oxalis.peppol.ubl2.jaxb.cac that return CountryType Modifier and Type Method Description CountryTypeObjectFactory. createCountryType()Create an instance ofCountryTypeCountryTypeAddressType. getCountry()Gets the value of the country property.CountryTypeFinancialAccountType. getCountry()Gets the value of the country property.CountryTypeTelecommunicationsServiceType. getCountry()Gets the value of the country property.CountryTypeShipmentType. getExportCountry()Gets the value of the exportCountry property.CountryTypeConsignmentType. getFinalDestinationCountry()Gets the value of the finalDestinationCountry property.CountryTypeCertificateOfOriginApplicationType. getIssuingCountry()Gets the value of the issuingCountry property.CountryTypeConsignmentType. getOriginalDepartureCountry()Gets the value of the originalDepartureCountry property.CountryTypeItemType. getOriginCountry()Gets the value of the originCountry property.Methods in network.oxalis.peppol.ubl2.jaxb.cac that return types with arguments of type CountryType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<CountryType>ObjectFactory. createCountry(CountryType value)jakarta.xml.bind.JAXBElement<CountryType>ObjectFactory. createDestinationCountry(CountryType value)jakarta.xml.bind.JAXBElement<CountryType>ObjectFactory. createExportCountry(CountryType value)jakarta.xml.bind.JAXBElement<CountryType>ObjectFactory. createFinalDestinationCountry(CountryType value)jakarta.xml.bind.JAXBElement<CountryType>ObjectFactory. createIssuingCountry(CountryType value)jakarta.xml.bind.JAXBElement<CountryType>ObjectFactory. createOriginalDepartureCountry(CountryType value)jakarta.xml.bind.JAXBElement<CountryType>ObjectFactory. createOriginCountry(CountryType value)jakarta.xml.bind.JAXBElement<CountryType>ObjectFactory. createTransitCountry(CountryType value)List<CountryType>ConsignmentType. getTransitCountry()Gets the value of the transitCountry property.Methods in network.oxalis.peppol.ubl2.jaxb.cac with parameters of type CountryType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<CountryType>ObjectFactory. createCountry(CountryType value)jakarta.xml.bind.JAXBElement<CountryType>ObjectFactory. createDestinationCountry(CountryType value)jakarta.xml.bind.JAXBElement<CountryType>ObjectFactory. createExportCountry(CountryType value)jakarta.xml.bind.JAXBElement<CountryType>ObjectFactory. createFinalDestinationCountry(CountryType value)jakarta.xml.bind.JAXBElement<CountryType>ObjectFactory. createIssuingCountry(CountryType value)jakarta.xml.bind.JAXBElement<CountryType>ObjectFactory. createOriginalDepartureCountry(CountryType value)jakarta.xml.bind.JAXBElement<CountryType>ObjectFactory. createOriginCountry(CountryType value)jakarta.xml.bind.JAXBElement<CountryType>ObjectFactory. createTransitCountry(CountryType value)voidAddressType. setCountry(CountryType value)Sets the value of the country property.voidFinancialAccountType. setCountry(CountryType value)Sets the value of the country property.voidTelecommunicationsServiceType. setCountry(CountryType value)Sets the value of the country property.voidShipmentType. setExportCountry(CountryType value)Sets the value of the exportCountry property.voidConsignmentType. setFinalDestinationCountry(CountryType value)Sets the value of the finalDestinationCountry property.voidCertificateOfOriginApplicationType. setIssuingCountry(CountryType value)Sets the value of the issuingCountry property.voidConsignmentType. setOriginalDepartureCountry(CountryType value)Sets the value of the originalDepartureCountry property.voidItemType. setOriginCountry(CountryType value)Sets the value of the originCountry property.
-