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>
| Modifier and Type | Field and Description |
|---|---|
protected IdentificationCodeType |
identificationCode |
protected NameType |
name |
| Constructor and Description |
|---|
CountryType() |
| Modifier and Type | Method and Description |
|---|---|
IdentificationCodeType |
getIdentificationCode()
Gets the value of the identificationCode property.
|
NameType |
getName()
Gets the value of the name property.
|
void |
setIdentificationCode(IdentificationCodeType value)
Sets the value of the identificationCode property.
|
void |
setName(NameType value)
Sets the value of the name property.
|
protected IdentificationCodeType identificationCode
protected NameType name
public IdentificationCodeType getIdentificationCode()
IdentificationCodeTypepublic void setIdentificationCode(IdentificationCodeType value)
value - allowed object is
IdentificationCodeTypepublic NameType getName()
NameTypeCopyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.