/** Sets (as xml) the "namespace" attribute */ public void xsetNamespace(org.apache.xmlbeans.XmlAnyURI namespace) { synchronized (monitor()) { check_orphaned(); org.apache.xmlbeans.XmlAnyURI target = null; target = (org.apache.xmlbeans.XmlAnyURI) get_store().find_attribute_user(NAMESPACE$2); if (target == null) { target = (org.apache.xmlbeans.XmlAnyURI) get_store().add_attribute_user(NAMESPACE$2); } target.set(namespace); } }
/** Sets (as xml) the "href" attribute */ public void xsetHref(org.apache.xmlbeans.XmlAnyURI href) { synchronized (monitor()) { check_orphaned(); org.apache.xmlbeans.XmlAnyURI target = null; target = (org.apache.xmlbeans.XmlAnyURI) get_store().find_attribute_user(HREF$2); if (target == null) { target = (org.apache.xmlbeans.XmlAnyURI) get_store().add_attribute_user(HREF$2); } target.set(href); } }
/** Sets (as xml) the "encodingNamespaceForFeatureOfInterestEncoding" element */ public void xsetEncodingNamespaceForFeatureOfInterestEncoding( org.apache.xmlbeans.XmlAnyURI encodingNamespaceForFeatureOfInterestEncoding) { synchronized (monitor()) { check_orphaned(); org.apache.xmlbeans.XmlAnyURI target = null; target = (org.apache.xmlbeans.XmlAnyURI) get_store().find_element_user(ENCODINGNAMESPACEFORFEATUREOFINTERESTENCODING$8, 0); if (target == null) { target = (org.apache.xmlbeans.XmlAnyURI) get_store().add_element_user(ENCODINGNAMESPACEFORFEATUREOFINTERESTENCODING$8); } target.set(encodingNamespaceForFeatureOfInterestEncoding); } }
/** Sets (as xml) the "observationResponseFormat" element */ public void xsetObservationResponseFormat( org.apache.xmlbeans.XmlAnyURI observationResponseFormat) { synchronized (monitor()) { check_orphaned(); org.apache.xmlbeans.XmlAnyURI target = null; target = (org.apache.xmlbeans.XmlAnyURI) get_store().find_element_user(OBSERVATIONRESPONSEFORMAT$4, 0); if (target == null) { target = (org.apache.xmlbeans.XmlAnyURI) get_store().add_element_user(OBSERVATIONRESPONSEFORMAT$4); } target.set(observationResponseFormat); } }