8 package com.freemindcafe.purchase.impl;
16 private static final long serialVersionUID = 1L;
23 private static final javax.xml.namespace.QName NAME$0 =
24 new javax.xml.namespace.QName(
"",
"name");
25 private static final javax.xml.namespace.QName STREET$2 =
26 new javax.xml.namespace.QName(
"",
"street");
27 private static final javax.xml.namespace.QName CITY$4 =
28 new javax.xml.namespace.QName(
"",
"city");
29 private static final javax.xml.namespace.QName STATE$6 =
30 new javax.xml.namespace.QName(
"",
"state");
31 private static final javax.xml.namespace.QName ZIP$8 =
32 new javax.xml.namespace.QName(
"",
"zip");
33 private static final javax.xml.namespace.QName COUNTRY$10 =
34 new javax.xml.namespace.QName(
"",
"country");
42 synchronized (monitor())
45 org.
apache.xmlbeans.SimpleValue target = null;
46 target = (
org.
apache.xmlbeans.SimpleValue)get_store().find_element_user(NAME$0, 0);
51 return target.getStringValue();
60 synchronized (monitor())
63 org.
apache.xmlbeans.XmlString target = null;
64 target = (
org.
apache.xmlbeans.XmlString)get_store().find_element_user(NAME$0, 0);
72 public void setName(java.lang.String name)
74 synchronized (monitor())
77 org.
apache.xmlbeans.SimpleValue target = null;
78 target = (
org.
apache.xmlbeans.SimpleValue)get_store().find_element_user(NAME$0, 0);
81 target = (
org.
apache.xmlbeans.SimpleValue)get_store().add_element_user(NAME$0);
83 target.setStringValue(name);
92 synchronized (monitor())
95 org.
apache.xmlbeans.XmlString target = null;
96 target = (
org.
apache.xmlbeans.XmlString)get_store().find_element_user(NAME$0, 0);
99 target = (
org.
apache.xmlbeans.XmlString)get_store().add_element_user(NAME$0);
110 synchronized (monitor())
113 org.
apache.xmlbeans.SimpleValue target = null;
114 target = (
org.
apache.xmlbeans.SimpleValue)get_store().find_element_user(STREET$2, 0);
119 return target.getStringValue();
128 synchronized (monitor())
131 org.
apache.xmlbeans.XmlString target = null;
132 target = (
org.
apache.xmlbeans.XmlString)get_store().find_element_user(STREET$2, 0);
142 synchronized (monitor())
145 org.
apache.xmlbeans.SimpleValue target = null;
146 target = (
org.
apache.xmlbeans.SimpleValue)get_store().find_element_user(STREET$2, 0);
149 target = (
org.
apache.xmlbeans.SimpleValue)get_store().add_element_user(STREET$2);
151 target.setStringValue(street);
160 synchronized (monitor())
163 org.
apache.xmlbeans.XmlString target = null;
164 target = (
org.
apache.xmlbeans.XmlString)get_store().find_element_user(STREET$2, 0);
167 target = (
org.
apache.xmlbeans.XmlString)get_store().add_element_user(STREET$2);
178 synchronized (monitor())
181 org.
apache.xmlbeans.SimpleValue target = null;
182 target = (
org.
apache.xmlbeans.SimpleValue)get_store().find_element_user(CITY$4, 0);
187 return target.getStringValue();
196 synchronized (monitor())
199 org.
apache.xmlbeans.XmlString target = null;
200 target = (
org.
apache.xmlbeans.XmlString)get_store().find_element_user(CITY$4, 0);
210 synchronized (monitor())
213 org.
apache.xmlbeans.SimpleValue target = null;
214 target = (
org.
apache.xmlbeans.SimpleValue)get_store().find_element_user(CITY$4, 0);
217 target = (
org.
apache.xmlbeans.SimpleValue)get_store().add_element_user(CITY$4);
219 target.setStringValue(city);
228 synchronized (monitor())
231 org.
apache.xmlbeans.XmlString target = null;
232 target = (
org.
apache.xmlbeans.XmlString)get_store().find_element_user(CITY$4, 0);
235 target = (
org.
apache.xmlbeans.XmlString)get_store().add_element_user(CITY$4);
246 synchronized (monitor())
249 org.
apache.xmlbeans.SimpleValue target = null;
250 target = (
org.
apache.xmlbeans.SimpleValue)get_store().find_element_user(STATE$6, 0);
255 return target.getStringValue();
264 synchronized (monitor())
267 org.
apache.xmlbeans.XmlString target = null;
268 target = (
org.
apache.xmlbeans.XmlString)get_store().find_element_user(STATE$6, 0);
278 synchronized (monitor())
281 org.
apache.xmlbeans.SimpleValue target = null;
282 target = (
org.
apache.xmlbeans.SimpleValue)get_store().find_element_user(STATE$6, 0);
285 target = (
org.
apache.xmlbeans.SimpleValue)get_store().add_element_user(STATE$6);
287 target.setStringValue(state);
296 synchronized (monitor())
299 org.
apache.xmlbeans.XmlString target = null;
300 target = (
org.
apache.xmlbeans.XmlString)get_store().find_element_user(STATE$6, 0);
303 target = (
org.
apache.xmlbeans.XmlString)get_store().add_element_user(STATE$6);
314 synchronized (monitor())
317 org.
apache.xmlbeans.SimpleValue target = null;
318 target = (
org.
apache.xmlbeans.SimpleValue)get_store().find_element_user(ZIP$8, 0);
323 return target.getBigDecimalValue();
332 synchronized (monitor())
335 org.
apache.xmlbeans.XmlDecimal target = null;
336 target = (
org.
apache.xmlbeans.XmlDecimal)get_store().find_element_user(ZIP$8, 0);
344 public void setZip(java.math.BigDecimal zip)
346 synchronized (monitor())
349 org.
apache.xmlbeans.SimpleValue target = null;
350 target = (
org.
apache.xmlbeans.SimpleValue)get_store().find_element_user(ZIP$8, 0);
353 target = (
org.
apache.xmlbeans.SimpleValue)get_store().add_element_user(ZIP$8);
355 target.setBigDecimalValue(zip);
364 synchronized (monitor())
367 org.
apache.xmlbeans.XmlDecimal target = null;
368 target = (
org.
apache.xmlbeans.XmlDecimal)get_store().find_element_user(ZIP$8, 0);
371 target = (
org.
apache.xmlbeans.XmlDecimal)get_store().add_element_user(ZIP$8);
382 synchronized (monitor())
385 org.
apache.xmlbeans.SimpleValue target = null;
386 target = (
org.
apache.xmlbeans.SimpleValue)get_store().find_attribute_user(COUNTRY$10);
389 target = (
org.
apache.xmlbeans.SimpleValue)get_default_attribute_value(COUNTRY$10);
395 return target.getStringValue();
404 synchronized (monitor())
407 org.
apache.xmlbeans.XmlNMTOKEN target = null;
408 target = (
org.
apache.xmlbeans.XmlNMTOKEN)get_store().find_attribute_user(COUNTRY$10);
411 target = (
org.
apache.xmlbeans.XmlNMTOKEN)get_default_attribute_value(COUNTRY$10);
422 synchronized (monitor())
425 return get_store().find_attribute_user(COUNTRY$10) != null;
434 synchronized (monitor())
437 org.
apache.xmlbeans.SimpleValue target = null;
438 target = (
org.
apache.xmlbeans.SimpleValue)get_store().find_attribute_user(COUNTRY$10);
441 target = (
org.
apache.xmlbeans.SimpleValue)get_store().add_attribute_user(COUNTRY$10);
443 target.setStringValue(country);
452 synchronized (monitor())
455 org.
apache.xmlbeans.XmlNMTOKEN target = null;
456 target = (
org.
apache.xmlbeans.XmlNMTOKEN)get_store().find_attribute_user(COUNTRY$10);
459 target = (
org.
apache.xmlbeans.XmlNMTOKEN)get_store().add_attribute_user(COUNTRY$10);
470 synchronized (monitor())
473 get_store().remove_attribute(COUNTRY$10);
java.lang.String getCity()
void setZip(java.math.BigDecimal zip)
void setCountry(java.lang.String country)
void xsetCity(org.apache.xmlbeans.XmlString city)
org.apache.xmlbeans.XmlString xgetCity()
java.math.BigDecimal getZip()
void xsetStreet(org.apache.xmlbeans.XmlString street)
java.lang.String getName()
void xsetName(org.apache.xmlbeans.XmlString name)
org.apache.xmlbeans.XmlString xgetName()
void setState(java.lang.String state)
org.apache.xmlbeans.XmlString xgetState()
org.apache.xmlbeans.XmlDecimal xgetZip()
void setCity(java.lang.String city)
void setName(java.lang.String name)
void xsetCountry(org.apache.xmlbeans.XmlNMTOKEN country)
org.apache.xmlbeans.XmlNMTOKEN xgetCountry()
org.apache.xmlbeans.XmlString xgetStreet()
java.lang.String getStreet()
java.lang.String getState()
void xsetZip(org.apache.xmlbeans.XmlDecimal zip)
void xsetState(org.apache.xmlbeans.XmlString state)
java.lang.String getCountry()
void setStreet(java.lang.String street)