Added: incubator/muse/trunk/src/site/content/interop/src/.xmlbeans/src/com/dell/wsdm/demos/interop/x2005/x04/impl/SysContactDocumentImpl.java URL: http://svn.apache.org/viewcvs/incubator/muse/trunk/src/site/content/interop/src/.xmlbeans/src/com/dell/wsdm/demos/interop/x2005/x04/impl/SysContactDocumentImpl.java?view=auto&rev=159692 ============================================================================== --- incubator/muse/trunk/src/site/content/interop/src/.xmlbeans/src/com/dell/wsdm/demos/interop/x2005/x04/impl/SysContactDocumentImpl.java (added) +++ incubator/muse/trunk/src/site/content/interop/src/.xmlbeans/src/com/dell/wsdm/demos/interop/x2005/x04/impl/SysContactDocumentImpl.java Fri Apr 1 07:19:48 2005 @@ -0,0 +1,94 @@ +/* + * An XML document type. + * Localname: sysContact + * Namespace: http://dell.com/wsdm/demos/interop/2005/04 + * Java type: com.dell.wsdm.demos.interop.x2005.x04.SysContactDocument + * + * Automatically generated - do not modify. + */ +package com.dell.wsdm.demos.interop.x2005.x04.impl; +/** + * A document containing one sysContact(@http://dell.com/wsdm/demos/interop/2005/04) element. + * + * This is a complex type. + */ +public class SysContactDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements com.dell.wsdm.demos.interop.x2005.x04.SysContactDocument +{ + + public SysContactDocumentImpl(org.apache.xmlbeans.SchemaType sType) + { + super(sType); + } + + private static final javax.xml.namespace.QName SYSCONTACT$0 = + new javax.xml.namespace.QName("http://dell.com/wsdm/demos/interop/2005/04", "sysContact"); + + + /** + * Gets the "sysContact" element + */ + public java.lang.String getSysContact() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SYSCONTACT$0, 0); + if (target == null) + { + return null; + } + return target.getStringValue(); + } + } + + /** + * Gets (as xml) the "sysContact" element + */ + public org.apache.xmlbeans.XmlString xgetSysContact() + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlString target = null; + target = (org.apache.xmlbeans.XmlString)get_store().find_element_user(SYSCONTACT$0, 0); + return target; + } + } + + /** + * Sets the "sysContact" element + */ + public void setSysContact(java.lang.String sysContact) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.SimpleValue target = null; + target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SYSCONTACT$0, 0); + if (target == null) + { + target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(SYSCONTACT$0); + } + target.setStringValue(sysContact); + } + } + + /** + * Sets (as xml) the "sysContact" element + */ + public void xsetSysContact(org.apache.xmlbeans.XmlString sysContact) + { + synchronized (monitor()) + { + check_orphaned(); + org.apache.xmlbeans.XmlString target = null; + target = (org.apache.xmlbeans.XmlString)get_store().find_element_user(SYSCONTACT$0, 0); + if (target == null) + { + target = (org.apache.xmlbeans.XmlString)get_store().add_element_user(SYSCONTACT$0); + } + target.set(sysContact); + } + } +}
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
