Samples JDK
|
Classes | |
class | Factory |
Public Member Functions | |
java.lang.String | getName () |
org.apache.xmlbeans.XmlString | xgetName () |
void | setName (java.lang.String name) |
void | xsetName (org.apache.xmlbeans.XmlString name) |
java.lang.String | getStreet () |
org.apache.xmlbeans.XmlString | xgetStreet () |
void | setStreet (java.lang.String street) |
void | xsetStreet (org.apache.xmlbeans.XmlString street) |
java.lang.String | getCity () |
org.apache.xmlbeans.XmlString | xgetCity () |
void | setCity (java.lang.String city) |
void | xsetCity (org.apache.xmlbeans.XmlString city) |
java.lang.String | getState () |
org.apache.xmlbeans.XmlString | xgetState () |
void | setState (java.lang.String state) |
void | xsetState (org.apache.xmlbeans.XmlString state) |
java.math.BigDecimal | getZip () |
org.apache.xmlbeans.XmlDecimal | xgetZip () |
void | setZip (java.math.BigDecimal zip) |
void | xsetZip (org.apache.xmlbeans.XmlDecimal zip) |
java.lang.String | getCountry () |
org.apache.xmlbeans.XmlNMTOKEN | xgetCountry () |
boolean | isSetCountry () |
void | setCountry (java.lang.String country) |
void | xsetCountry (org.apache.xmlbeans.XmlNMTOKEN country) |
void | unsetCountry () |
Static Public Attributes | |
static final org.apache.xmlbeans.SchemaType | type |
java.lang.String com.freemindcafe.purchase.USAddress.getCity | ( | ) |
Gets the "city" element
Implemented in com.freemindcafe.purchase.impl.USAddressImpl.
java.lang.String com.freemindcafe.purchase.USAddress.getCountry | ( | ) |
Gets the "country" attribute
Implemented in com.freemindcafe.purchase.impl.USAddressImpl.
java.lang.String com.freemindcafe.purchase.USAddress.getName | ( | ) |
Gets the "name" element
Implemented in com.freemindcafe.purchase.impl.USAddressImpl.
java.lang.String com.freemindcafe.purchase.USAddress.getState | ( | ) |
Gets the "state" element
Implemented in com.freemindcafe.purchase.impl.USAddressImpl.
java.lang.String com.freemindcafe.purchase.USAddress.getStreet | ( | ) |
Gets the "street" element
Implemented in com.freemindcafe.purchase.impl.USAddressImpl.
java.math.BigDecimal com.freemindcafe.purchase.USAddress.getZip | ( | ) |
Gets the "zip" element
Implemented in com.freemindcafe.purchase.impl.USAddressImpl.
boolean com.freemindcafe.purchase.USAddress.isSetCountry | ( | ) |
True if has "country" attribute
Implemented in com.freemindcafe.purchase.impl.USAddressImpl.
void com.freemindcafe.purchase.USAddress.setCity | ( | java.lang.String | city | ) |
Sets the "city" element
Implemented in com.freemindcafe.purchase.impl.USAddressImpl.
void com.freemindcafe.purchase.USAddress.setCountry | ( | java.lang.String | country | ) |
Sets the "country" attribute
Implemented in com.freemindcafe.purchase.impl.USAddressImpl.
void com.freemindcafe.purchase.USAddress.setName | ( | java.lang.String | name | ) |
Sets the "name" element
Implemented in com.freemindcafe.purchase.impl.USAddressImpl.
void com.freemindcafe.purchase.USAddress.setState | ( | java.lang.String | state | ) |
Sets the "state" element
Implemented in com.freemindcafe.purchase.impl.USAddressImpl.
void com.freemindcafe.purchase.USAddress.setStreet | ( | java.lang.String | street | ) |
Sets the "street" element
Implemented in com.freemindcafe.purchase.impl.USAddressImpl.
void com.freemindcafe.purchase.USAddress.setZip | ( | java.math.BigDecimal | zip | ) |
Sets the "zip" element
Implemented in com.freemindcafe.purchase.impl.USAddressImpl.
void com.freemindcafe.purchase.USAddress.unsetCountry | ( | ) |
Unsets the "country" attribute
Implemented in com.freemindcafe.purchase.impl.USAddressImpl.
org.apache.xmlbeans.XmlString com.freemindcafe.purchase.USAddress.xgetCity | ( | ) |
Gets (as xml) the "city" element
Implemented in com.freemindcafe.purchase.impl.USAddressImpl.
org.apache.xmlbeans.XmlNMTOKEN com.freemindcafe.purchase.USAddress.xgetCountry | ( | ) |
Gets (as xml) the "country" attribute
Implemented in com.freemindcafe.purchase.impl.USAddressImpl.
org.apache.xmlbeans.XmlString com.freemindcafe.purchase.USAddress.xgetName | ( | ) |
Gets (as xml) the "name" element
Implemented in com.freemindcafe.purchase.impl.USAddressImpl.
org.apache.xmlbeans.XmlString com.freemindcafe.purchase.USAddress.xgetState | ( | ) |
Gets (as xml) the "state" element
Implemented in com.freemindcafe.purchase.impl.USAddressImpl.
org.apache.xmlbeans.XmlString com.freemindcafe.purchase.USAddress.xgetStreet | ( | ) |
Gets (as xml) the "street" element
Implemented in com.freemindcafe.purchase.impl.USAddressImpl.
org.apache.xmlbeans.XmlDecimal com.freemindcafe.purchase.USAddress.xgetZip | ( | ) |
Gets (as xml) the "zip" element
Implemented in com.freemindcafe.purchase.impl.USAddressImpl.
void com.freemindcafe.purchase.USAddress.xsetCity | ( | org.apache.xmlbeans.XmlString | city | ) |
Sets (as xml) the "city" element
Implemented in com.freemindcafe.purchase.impl.USAddressImpl.
void com.freemindcafe.purchase.USAddress.xsetCountry | ( | org.apache.xmlbeans.XmlNMTOKEN | country | ) |
Sets (as xml) the "country" attribute
Implemented in com.freemindcafe.purchase.impl.USAddressImpl.
void com.freemindcafe.purchase.USAddress.xsetName | ( | org.apache.xmlbeans.XmlString | name | ) |
Sets (as xml) the "name" element
Implemented in com.freemindcafe.purchase.impl.USAddressImpl.
void com.freemindcafe.purchase.USAddress.xsetState | ( | org.apache.xmlbeans.XmlString | state | ) |
Sets (as xml) the "state" element
Implemented in com.freemindcafe.purchase.impl.USAddressImpl.
void com.freemindcafe.purchase.USAddress.xsetStreet | ( | org.apache.xmlbeans.XmlString | street | ) |
Sets (as xml) the "street" element
Implemented in com.freemindcafe.purchase.impl.USAddressImpl.
void com.freemindcafe.purchase.USAddress.xsetZip | ( | org.apache.xmlbeans.XmlDecimal | zip | ) |
Sets (as xml) the "zip" element
Implemented in com.freemindcafe.purchase.impl.USAddressImpl.
|
static |