|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.xmlbeans.impl.values.XmlComplexContentImpl
edu.indiana.extreme.lead.metadata.impl.CntaddrTypeImpl
public class CntaddrTypeImpl
An XML cntaddrType(@http://schemas.leadproject.org/2007/01/lms/fgdc). This is a complex type.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface edu.indiana.extreme.lead.metadata.CntaddrType |
|---|
CntaddrType.Factory |
| Field Summary |
|---|
| Fields inherited from interface edu.indiana.extreme.lead.metadata.CntaddrType |
|---|
type |
| Constructor Summary | |
|---|---|
CntaddrTypeImpl(org.apache.xmlbeans.SchemaType sType)
|
|
| 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 |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CntaddrTypeImpl(org.apache.xmlbeans.SchemaType sType)
| Method Detail |
|---|
public String getAddrtype()
getAddrtype in interface CntaddrTypepublic AddrtypeType xgetAddrtype()
xgetAddrtype in interface CntaddrTypepublic void setAddrtype(String addrtype)
setAddrtype in interface CntaddrTypepublic void xsetAddrtype(AddrtypeType addrtype)
xsetAddrtype in interface CntaddrTypepublic String[] getAddressArray()
getAddressArray in interface CntaddrTypepublic String getAddressArray(int i)
getAddressArray in interface CntaddrTypepublic AddressType[] xgetAddressArray()
xgetAddressArray in interface CntaddrTypepublic AddressType xgetAddressArray(int i)
xgetAddressArray in interface CntaddrTypepublic int sizeOfAddressArray()
sizeOfAddressArray in interface CntaddrTypepublic void setAddressArray(String[] addressArray)
setAddressArray in interface CntaddrType
public void setAddressArray(int i,
String address)
setAddressArray in interface CntaddrTypepublic void xsetAddressArray(AddressType[] addressArray)
xsetAddressArray in interface CntaddrType
public void xsetAddressArray(int i,
AddressType address)
xsetAddressArray in interface CntaddrType
public void insertAddress(int i,
String address)
insertAddress in interface CntaddrTypepublic void addAddress(String address)
addAddress in interface CntaddrTypepublic AddressType insertNewAddress(int i)
insertNewAddress in interface CntaddrTypepublic AddressType addNewAddress()
addNewAddress in interface CntaddrTypepublic void removeAddress(int i)
removeAddress in interface CntaddrTypepublic String getCity()
getCity in interface CntaddrTypepublic CityType xgetCity()
xgetCity in interface CntaddrTypepublic void setCity(String city)
setCity in interface CntaddrTypepublic void xsetCity(CityType city)
xsetCity in interface CntaddrTypepublic String getState()
getState in interface CntaddrTypepublic StateType xgetState()
xgetState in interface CntaddrTypepublic void setState(String state)
setState in interface CntaddrTypepublic void xsetState(StateType state)
xsetState in interface CntaddrTypepublic String getPostal()
getPostal in interface CntaddrTypepublic PostalType xgetPostal()
xgetPostal in interface CntaddrTypepublic void setPostal(String postal)
setPostal in interface CntaddrTypepublic void xsetPostal(PostalType postal)
xsetPostal in interface CntaddrTypepublic String getCountry()
getCountry in interface CntaddrTypepublic CountryType xgetCountry()
xgetCountry in interface CntaddrTypepublic boolean isSetCountry()
isSetCountry in interface CntaddrTypepublic void setCountry(String country)
setCountry in interface CntaddrTypepublic void xsetCountry(CountryType country)
xsetCountry in interface CntaddrTypepublic void unsetCountry()
unsetCountry in interface CntaddrType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||