Samples JDK
List of all members | Classes | Public Member Functions | Static Public Attributes
com.freemindcafe.purchase2.USAddress Interface Reference
Inheritance diagram for com.freemindcafe.purchase2.USAddress:
com.freemindcafe.purchase2.impl.USAddressImpl

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
 

Member Function Documentation

java.lang.String com.freemindcafe.purchase2.USAddress.getCity ( )

Gets the "city" element

Implemented in com.freemindcafe.purchase2.impl.USAddressImpl.

java.lang.String com.freemindcafe.purchase2.USAddress.getCountry ( )

Gets the "country" attribute

Implemented in com.freemindcafe.purchase2.impl.USAddressImpl.

java.lang.String com.freemindcafe.purchase2.USAddress.getName ( )

Gets the "name" element

Implemented in com.freemindcafe.purchase2.impl.USAddressImpl.

java.lang.String com.freemindcafe.purchase2.USAddress.getState ( )

Gets the "state" element

Implemented in com.freemindcafe.purchase2.impl.USAddressImpl.

java.lang.String com.freemindcafe.purchase2.USAddress.getStreet ( )

Gets the "street" element

Implemented in com.freemindcafe.purchase2.impl.USAddressImpl.

java.math.BigDecimal com.freemindcafe.purchase2.USAddress.getZip ( )

Gets the "zip" element

Implemented in com.freemindcafe.purchase2.impl.USAddressImpl.

boolean com.freemindcafe.purchase2.USAddress.isSetCountry ( )

True if has "country" attribute

Implemented in com.freemindcafe.purchase2.impl.USAddressImpl.

void com.freemindcafe.purchase2.USAddress.setCity ( java.lang.String  city)

Sets the "city" element

Implemented in com.freemindcafe.purchase2.impl.USAddressImpl.

void com.freemindcafe.purchase2.USAddress.setCountry ( java.lang.String  country)

Sets the "country" attribute

Implemented in com.freemindcafe.purchase2.impl.USAddressImpl.

void com.freemindcafe.purchase2.USAddress.setName ( java.lang.String  name)

Sets the "name" element

Implemented in com.freemindcafe.purchase2.impl.USAddressImpl.

void com.freemindcafe.purchase2.USAddress.setState ( java.lang.String  state)

Sets the "state" element

Implemented in com.freemindcafe.purchase2.impl.USAddressImpl.

void com.freemindcafe.purchase2.USAddress.setStreet ( java.lang.String  street)

Sets the "street" element

Implemented in com.freemindcafe.purchase2.impl.USAddressImpl.

void com.freemindcafe.purchase2.USAddress.setZip ( java.math.BigDecimal  zip)

Sets the "zip" element

Implemented in com.freemindcafe.purchase2.impl.USAddressImpl.

void com.freemindcafe.purchase2.USAddress.unsetCountry ( )

Unsets the "country" attribute

Implemented in com.freemindcafe.purchase2.impl.USAddressImpl.

org.apache.xmlbeans.XmlString com.freemindcafe.purchase2.USAddress.xgetCity ( )

Gets (as xml) the "city" element

Implemented in com.freemindcafe.purchase2.impl.USAddressImpl.

org.apache.xmlbeans.XmlNMTOKEN com.freemindcafe.purchase2.USAddress.xgetCountry ( )

Gets (as xml) the "country" attribute

Implemented in com.freemindcafe.purchase2.impl.USAddressImpl.

org.apache.xmlbeans.XmlString com.freemindcafe.purchase2.USAddress.xgetName ( )

Gets (as xml) the "name" element

Implemented in com.freemindcafe.purchase2.impl.USAddressImpl.

org.apache.xmlbeans.XmlString com.freemindcafe.purchase2.USAddress.xgetState ( )

Gets (as xml) the "state" element

Implemented in com.freemindcafe.purchase2.impl.USAddressImpl.

org.apache.xmlbeans.XmlString com.freemindcafe.purchase2.USAddress.xgetStreet ( )

Gets (as xml) the "street" element

Implemented in com.freemindcafe.purchase2.impl.USAddressImpl.

org.apache.xmlbeans.XmlDecimal com.freemindcafe.purchase2.USAddress.xgetZip ( )

Gets (as xml) the "zip" element

Implemented in com.freemindcafe.purchase2.impl.USAddressImpl.

void com.freemindcafe.purchase2.USAddress.xsetCity ( org.apache.xmlbeans.XmlString  city)

Sets (as xml) the "city" element

Implemented in com.freemindcafe.purchase2.impl.USAddressImpl.

void com.freemindcafe.purchase2.USAddress.xsetCountry ( org.apache.xmlbeans.XmlNMTOKEN  country)

Sets (as xml) the "country" attribute

Implemented in com.freemindcafe.purchase2.impl.USAddressImpl.

void com.freemindcafe.purchase2.USAddress.xsetName ( org.apache.xmlbeans.XmlString  name)

Sets (as xml) the "name" element

Implemented in com.freemindcafe.purchase2.impl.USAddressImpl.

void com.freemindcafe.purchase2.USAddress.xsetState ( org.apache.xmlbeans.XmlString  state)

Sets (as xml) the "state" element

Implemented in com.freemindcafe.purchase2.impl.USAddressImpl.

void com.freemindcafe.purchase2.USAddress.xsetStreet ( org.apache.xmlbeans.XmlString  street)

Sets (as xml) the "street" element

Implemented in com.freemindcafe.purchase2.impl.USAddressImpl.

void com.freemindcafe.purchase2.USAddress.xsetZip ( org.apache.xmlbeans.XmlDecimal  zip)

Sets (as xml) the "zip" element

Implemented in com.freemindcafe.purchase2.impl.USAddressImpl.

Member Data Documentation

final org.apache.xmlbeans.SchemaType com.freemindcafe.purchase2.USAddress.type
static
Initial value:
= (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(USAddress.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s22597AB43033773C8A51EC3F4C4F4C8C").resolveHandle("usaddressc566type")

Definition at line 18 of file USAddress.java.


The documentation for this interface was generated from the following file: