Class CountryType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.CountryType
-
public class CountryType extends Object
Java class for CountryType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="CountryType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}IdentificationCode" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Name" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected IdentificationCodeTypeidentificationCodeprotected NameTypename
-
Constructor Summary
Constructors Constructor Description CountryType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IdentificationCodeTypegetIdentificationCode()Gets the value of the identificationCode property.NameTypegetName()Gets the value of the name property.voidsetIdentificationCode(IdentificationCodeType value)Sets the value of the identificationCode property.voidsetName(NameType value)Sets the value of the name property.
-
-
-
Field Detail
-
identificationCode
protected IdentificationCodeType identificationCode
-
name
protected NameType name
-
-
Method Detail
-
getIdentificationCode
public IdentificationCodeType getIdentificationCode()
Gets the value of the identificationCode property.- Returns:
- possible object is
IdentificationCodeType
-
setIdentificationCode
public void setIdentificationCode(IdentificationCodeType value)
Sets the value of the identificationCode property.- Parameters:
value- allowed object isIdentificationCodeType
-
getName
public NameType getName()
Gets the value of the name property.- Returns:
- possible object is
NameType
-
-