|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CntaddrType
An XML cntaddrType(@http://schemas.leadproject.org/2007/01/lms/fgdc). This is a complex type.
| Nested Class Summary | |
|---|---|
static class |
CntaddrType.Factory
A factory class with static methods for creating instances of this type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
|
| Method Summary | |
|---|---|
void |
addAddress(String address)
Appends the value as the last "address" element |
AddressType |
addNewAddress()
Appends and returns a new empty value (as xml) as the last "address" element |
String[] |
getAddressArray()
Gets array of all "address" elements |
String |
getAddressArray(int i)
Gets ith "address" element |
String |
getAddrtype()
Gets the "addrtype" element |
String |
getCity()
Gets the "city" element |
String |
getCountry()
Gets the "country" element |
String |
getPostal()
Gets the "postal" element |
String |
getState()
Gets the "state" element |
void |
insertAddress(int i,
String address)
Inserts the value as the ith "address" element |
AddressType |
insertNewAddress(int i)
Inserts and returns a new empty value (as xml) as the ith "address" element |
boolean |
isSetCountry()
True if has "country" element |
void |
removeAddress(int i)
Removes the ith "address" element |
void |
setAddressArray(int i,
String address)
Sets ith "address" element |
void |
setAddressArray(String[] addressArray)
Sets array of all "address" element |
void |
setAddrtype(String addrtype)
Sets the "addrtype" element |
void |
setCity(String city)
Sets the "city" element |
void |
setCountry(String country)
Sets the "country" element |
void |
setPostal(String postal)
Sets the "postal" element |
void |
setState(String state)
Sets the "state" element |
int |
sizeOfAddressArray()
Returns number of "address" element |
void |
unsetCountry()
Unsets the "country" element |
AddressType[] |
xgetAddressArray()
Gets (as xml) array of all "address" elements |
AddressType |
xgetAddressArray(int i)
Gets (as xml) ith "address" element |
AddrtypeType |
xgetAddrtype()
Gets (as xml) the "addrtype" element |
CityType |
xgetCity()
Gets (as xml) the "city" element |
CountryType |
xgetCountry()
Gets (as xml) the "country" element |
PostalType |
xgetPostal()
Gets (as xml) the "postal" element |
StateType |
xgetState()
Gets (as xml) the "state" element |
void |
xsetAddressArray(AddressType[] addressArray)
Sets (as xml) array of all "address" element |
void |
xsetAddressArray(int i,
AddressType address)
Sets (as xml) ith "address" element |
void |
xsetAddrtype(AddrtypeType addrtype)
Sets (as xml) the "addrtype" element |
void |
xsetCity(CityType city)
Sets (as xml) the "city" element |
void |
xsetCountry(CountryType country)
Sets (as xml) the "country" element |
void |
xsetPostal(PostalType postal)
Sets (as xml) the "postal" element |
void |
xsetState(StateType state)
Sets (as xml) the "state" element |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
String getAddrtype()
AddrtypeType xgetAddrtype()
void setAddrtype(String addrtype)
void xsetAddrtype(AddrtypeType addrtype)
String[] getAddressArray()
String getAddressArray(int i)
AddressType[] xgetAddressArray()
AddressType xgetAddressArray(int i)
int sizeOfAddressArray()
void setAddressArray(String[] addressArray)
void setAddressArray(int i,
String address)
void xsetAddressArray(AddressType[] addressArray)
void xsetAddressArray(int i,
AddressType address)
void insertAddress(int i,
String address)
void addAddress(String address)
AddressType insertNewAddress(int i)
AddressType addNewAddress()
void removeAddress(int i)
String getCity()
CityType xgetCity()
void setCity(String city)
void xsetCity(CityType city)
String getState()
StateType xgetState()
void setState(String state)
void xsetState(StateType state)
String getPostal()
PostalType xgetPostal()
void setPostal(String postal)
void xsetPostal(PostalType postal)
String getCountry()
CountryType xgetCountry()
boolean isSetCountry()
void setCountry(String country)
void xsetCountry(CountryType country)
void unsetCountry()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||