public class CountrySoap
extends Object
implements Serializable
CountryServiceSoap
.Constructor and Description |
---|
CountrySoap() |
Modifier and Type | Method and Description |
---|---|
String |
getA2() |
String |
getA3() |
boolean |
getActive() |
long |
getCountryId() |
String |
getIdd() |
long |
getMvccVersion() |
String |
getName() |
String |
getNumber() |
long |
getPrimaryKey() |
boolean |
getZipRequired() |
boolean |
isActive() |
boolean |
isZipRequired() |
void |
setA2(String a2) |
void |
setA3(String a3) |
void |
setActive(boolean active) |
void |
setCountryId(long countryId) |
void |
setIdd(String idd) |
void |
setMvccVersion(long mvccVersion) |
void |
setName(String name) |
void |
setNumber(String number) |
void |
setPrimaryKey(long pk) |
void |
setZipRequired(boolean zipRequired) |
static CountrySoap |
toSoapModel(Country model) |
static CountrySoap[] |
toSoapModels(Country[] models) |
static CountrySoap[][] |
toSoapModels(Country[][] models) |
static CountrySoap[] |
toSoapModels(List<Country> models) |
public static CountrySoap toSoapModel(Country model)
public static CountrySoap[] toSoapModels(Country[] models)
public static CountrySoap[][] toSoapModels(Country[][] models)
public static CountrySoap[] toSoapModels(List<Country> models)
public long getPrimaryKey()
public void setPrimaryKey(long pk)
public long getMvccVersion()
public void setMvccVersion(long mvccVersion)
public long getCountryId()
public void setCountryId(long countryId)
public String getName()
public void setName(String name)
public String getA2()
public void setA2(String a2)
public String getA3()
public void setA3(String a3)
public String getNumber()
public void setNumber(String number)
public String getIdd()
public void setIdd(String idd)
public boolean getZipRequired()
public boolean isZipRequired()
public void setZipRequired(boolean zipRequired)
public boolean getActive()
public boolean isActive()
public void setActive(boolean active)