Uses of Class
ecf5.v2024_6.oasis.names.specification.ubl.schema.xsd.commonaggregatecomponents_2.CountryType
Packages that use CountryType
Package
Description
-
Uses of CountryType in ecf5.v2024_6.oasis.names.specification.ubl.schema.xsd.commonaggregatecomponents_2
Fields in ecf5.v2024_6.oasis.names.specification.ubl.schema.xsd.commonaggregatecomponents_2 declared as CountryTypeModifier and TypeFieldDescriptionprotected CountryTypePersonType.citizenshipCountryprotected CountryTypeAddressType.countryprotected CountryTypeFinancialAccountType.countryprotected CountryTypeTelecommunicationsServiceType.countryprotected CountryTypeShipmentType.exportCountryprotected CountryTypeConsignmentType.finalDestinationCountryprotected CountryTypeCertificateOfOriginApplicationType.issuingCountryprotected CountryTypeConsignmentType.originalDepartureCountryprotected CountryTypeItemType.originCountryFields in ecf5.v2024_6.oasis.names.specification.ubl.schema.xsd.commonaggregatecomponents_2 with type parameters of type CountryTypeMethods in ecf5.v2024_6.oasis.names.specification.ubl.schema.xsd.commonaggregatecomponents_2 that return CountryTypeModifier and TypeMethodDescriptionObjectFactory.createCountryType()Create an instance ofCountryTypePersonType.getCitizenshipCountry()<?AddressType.getCountry()<?FinancialAccountType.getCountry()<?TelecommunicationsServiceType.getCountry()<?ShipmentType.getExportCountry()<?ConsignmentType.getFinalDestinationCountry()<?CertificateOfOriginApplicationType.getIssuingCountry()<?ConsignmentType.getOriginalDepartureCountry()<?ItemType.getOriginCountry()<?Methods in ecf5.v2024_6.oasis.names.specification.ubl.schema.xsd.commonaggregatecomponents_2 that return types with arguments of type CountryTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<CountryType> ObjectFactory.createAgreementCountry(CountryType value) jakarta.xml.bind.JAXBElement<CountryType> ObjectFactory.createCitizenshipCountry(CountryType value) 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) ConsignmentType.getTransitCountry()<?Methods in ecf5.v2024_6.oasis.names.specification.ubl.schema.xsd.commonaggregatecomponents_2 with parameters of type CountryTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<CountryType> ObjectFactory.createAgreementCountry(CountryType value) jakarta.xml.bind.JAXBElement<CountryType> ObjectFactory.createCitizenshipCountry(CountryType value) 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) voidPersonType.setCitizenshipCountry(CountryType value) Sets the value of the citizenshipCountry property.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.