public abstract class CountryDtoBase extends AbstractDto
Java class for countryDtoBase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="countryDtoBase"> <complexContent> <extension base="{http://entity.bullhorn.com/}abstractDto"> <sequence> <element name="code" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="countryID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
code |
protected java.lang.Integer |
countryID |
protected java.lang.String |
name |
Constructor and Description |
---|
CountryDtoBase() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCode()
Gets the value of the code property.
|
java.lang.Integer |
getCountryID()
Gets the value of the countryID property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
void |
setCode(java.lang.String value)
Sets the value of the code property.
|
void |
setCountryID(java.lang.Integer value)
Sets the value of the countryID property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
protected java.lang.String code
protected java.lang.Integer countryID
protected java.lang.String name
public java.lang.String getCode()
String
public void setCode(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getCountryID()
Integer
public void setCountryID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String