@ProviderType
public class CountrySoap
extends java.lang.Object
implements java.io.Serializable
CountryServiceSoap
.CountryServiceSoap
,
Serialized FormConstructor and Description |
---|
CountrySoap() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getA2() |
java.lang.String |
getA3() |
boolean |
getActive() |
long |
getCountryId() |
java.lang.String |
getIdd() |
long |
getMvccVersion() |
java.lang.String |
getName() |
java.lang.String |
getNumber() |
long |
getPrimaryKey() |
boolean |
getZipRequired() |
boolean |
isActive() |
boolean |
isZipRequired() |
void |
setA2(java.lang.String a2) |
void |
setA3(java.lang.String a3) |
void |
setActive(boolean active) |
void |
setCountryId(long countryId) |
void |
setIdd(java.lang.String idd) |
void |
setMvccVersion(long mvccVersion) |
void |
setName(java.lang.String name) |
void |
setNumber(java.lang.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(java.util.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(java.util.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 java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getA2()
public void setA2(java.lang.String a2)
public java.lang.String getA3()
public void setA3(java.lang.String a3)
public java.lang.String getNumber()
public void setNumber(java.lang.String number)
public java.lang.String getIdd()
public void setIdd(java.lang.String idd)
public boolean getZipRequired()
public boolean isZipRequired()
public void setZipRequired(boolean zipRequired)
public boolean getActive()
public boolean isActive()
public void setActive(boolean active)