/** Appends the value as the last "column" element */ public void addColumn(java.lang.String column) { synchronized (monitor()) { check_orphaned(); org.apache.xmlbeans.SimpleValue target = null; target = (org.apache.xmlbeans.SimpleValue) get_store().add_element_user(COLUMN$0); target.setStringValue(column); } }
/** Inserts the value as the ith "column" element */ public void insertColumn(int i, java.lang.String column) { synchronized (monitor()) { check_orphaned(); org.apache.xmlbeans.SimpleValue target = (org.apache.xmlbeans.SimpleValue) get_store().insert_element_user(COLUMN$0, i); target.setStringValue(column); } }
/** Sets the "SUBCATEGORY" element */ public void setSUBCATEGORY(java.lang.String subcategory) { synchronized (monitor()) { check_orphaned(); org.apache.xmlbeans.SimpleValue target = null; target = (org.apache.xmlbeans.SimpleValue) get_store().find_element_user(SUBCATEGORY$2, 0); if (target == null) { target = (org.apache.xmlbeans.SimpleValue) get_store().add_element_user(SUBCATEGORY$2); } target.setStringValue(subcategory); } }
/** Sets the "FacilityName" element */ public void setFacilityName(java.lang.String facilityName) { synchronized (monitor()) { check_orphaned(); org.apache.xmlbeans.SimpleValue target = null; target = (org.apache.xmlbeans.SimpleValue) get_store().find_element_user(FACILITYNAME$0, 0); if (target == null) { target = (org.apache.xmlbeans.SimpleValue) get_store().add_element_user(FACILITYNAME$0); } target.setStringValue(facilityName); } }
/** Sets the "viewTimeStart" element */ public void setViewTimeStart(java.lang.String viewTimeStart) { synchronized (monitor()) { check_orphaned(); org.apache.xmlbeans.SimpleValue target = null; target = (org.apache.xmlbeans.SimpleValue) get_store().find_element_user(VIEWTIMESTART$0, 0); if (target == null) { target = (org.apache.xmlbeans.SimpleValue) get_store().add_element_user(VIEWTIMESTART$0); } target.setStringValue(viewTimeStart); } }
/** Sets the "address" element */ public void setAddress(java.lang.String address) { synchronized (monitor()) { check_orphaned(); org.apache.xmlbeans.SimpleValue target = null; target = (org.apache.xmlbeans.SimpleValue) get_store().find_element_user(ADDRESS$0, 0); if (target == null) { target = (org.apache.xmlbeans.SimpleValue) get_store().add_element_user(ADDRESS$0); } target.setStringValue(address); } }
/** Sets the "qmd_material" element */ public void setQmdMaterial(java.lang.String qmdMaterial) { synchronized (monitor()) { check_orphaned(); org.apache.xmlbeans.SimpleValue target = null; target = (org.apache.xmlbeans.SimpleValue) get_store().find_element_user(QMDMATERIAL$0, 0); if (target == null) { target = (org.apache.xmlbeans.SimpleValue) get_store().add_element_user(QMDMATERIAL$0); } target.setStringValue(qmdMaterial); } }
/** Sets the "ZettCode" element */ public void setZettCode(java.lang.String zettCode) { synchronized (monitor()) { check_orphaned(); org.apache.xmlbeans.SimpleValue target = null; target = (org.apache.xmlbeans.SimpleValue) get_store().find_element_user(ZETTCODE$6, 0); if (target == null) { target = (org.apache.xmlbeans.SimpleValue) get_store().add_element_user(ZETTCODE$6); } target.setStringValue(zettCode); } }
/** Sets the "result" element */ public void setResult(java.lang.String result) { synchronized (monitor()) { check_orphaned(); org.apache.xmlbeans.SimpleValue target = null; target = (org.apache.xmlbeans.SimpleValue) get_store().find_element_user(RESULT$0, 0); if (target == null) { target = (org.apache.xmlbeans.SimpleValue) get_store().add_element_user(RESULT$0); } target.setStringValue(result); } }
/** Sets the "ReleaseDate" element */ public void setReleaseDate(java.lang.String releaseDate) { synchronized (monitor()) { check_orphaned(); org.apache.xmlbeans.SimpleValue target = null; target = (org.apache.xmlbeans.SimpleValue) get_store().find_element_user(RELEASEDATE$14, 0); if (target == null) { target = (org.apache.xmlbeans.SimpleValue) get_store().add_element_user(RELEASEDATE$14); } target.setStringValue(releaseDate); } }
/** Sets the "Sauna" element */ public void setSauna(java.lang.String sauna) { synchronized (monitor()) { check_orphaned(); org.apache.xmlbeans.SimpleValue target = null; target = (org.apache.xmlbeans.SimpleValue) get_store().find_element_user(SAUNA$0, 0); if (target == null) { target = (org.apache.xmlbeans.SimpleValue) get_store().add_element_user(SAUNA$0); } target.setStringValue(sauna); } }
/** Sets the "sessionId" element */ public void setSessionId(java.lang.String sessionId) { synchronized (monitor()) { check_orphaned(); org.apache.xmlbeans.SimpleValue target = null; target = (org.apache.xmlbeans.SimpleValue) get_store().find_element_user(SESSIONID$2, 0); if (target == null) { target = (org.apache.xmlbeans.SimpleValue) get_store().add_element_user(SESSIONID$2); } target.setStringValue(sessionId); } }
/** Sets the "class" attribute */ public void setClass1(java.lang.String class1) { synchronized (monitor()) { check_orphaned(); org.apache.xmlbeans.SimpleValue target = null; target = (org.apache.xmlbeans.SimpleValue) get_store().find_attribute_user(CLASS1$14); if (target == null) { target = (org.apache.xmlbeans.SimpleValue) get_store().add_attribute_user(CLASS1$14); } target.setStringValue(class1); } }
/** Sets the "show-notes" element */ public void setShowNotes(java.lang.String showNotes) { synchronized (monitor()) { check_orphaned(); org.apache.xmlbeans.SimpleValue target = null; target = (org.apache.xmlbeans.SimpleValue) get_store().find_element_user(SHOWNOTES$6, 0); if (target == null) { target = (org.apache.xmlbeans.SimpleValue) get_store().add_element_user(SHOWNOTES$6); } target.setStringValue(showNotes); } }
/** Sets the "formattedvalue" attribute */ public void setFormattedvalue(java.lang.String formattedvalue) { synchronized (monitor()) { check_orphaned(); org.apache.xmlbeans.SimpleValue target = null; target = (org.apache.xmlbeans.SimpleValue) get_store().find_attribute_user(FORMATTEDVALUE$0); if (target == null) { target = (org.apache.xmlbeans.SimpleValue) get_store().add_attribute_user(FORMATTEDVALUE$0); } target.setStringValue(formattedvalue); } }
/** Sets the "ClientID" element */ public void setClientID(java.lang.String clientID) { synchronized (monitor()) { check_orphaned(); org.apache.xmlbeans.SimpleValue target = null; target = (org.apache.xmlbeans.SimpleValue) get_store().find_element_user(CLIENTID$0, 0); if (target == null) { target = (org.apache.xmlbeans.SimpleValue) get_store().add_element_user(CLIENTID$0); } target.setStringValue(clientID); } }
/** Sets the "MidasAdRef" element */ public void setMidasAdRef(java.lang.String midasAdRef) { synchronized (monitor()) { check_orphaned(); org.apache.xmlbeans.SimpleValue target = null; target = (org.apache.xmlbeans.SimpleValue) get_store().find_element_user(MIDASADREF$2, 0); if (target == null) { target = (org.apache.xmlbeans.SimpleValue) get_store().add_element_user(MIDASADREF$2); } target.setStringValue(midasAdRef); } }
/** Sets the "created_at" element */ public void setCreatedAt(java.lang.String createdAt) { synchronized (monitor()) { check_orphaned(); org.apache.xmlbeans.SimpleValue target = null; target = (org.apache.xmlbeans.SimpleValue) get_store().find_element_user(CREATEDAT$6, 0); if (target == null) { target = (org.apache.xmlbeans.SimpleValue) get_store().add_element_user(CREATEDAT$6); } target.setStringValue(createdAt); } }
/** Sets the "URL" element */ public void setURL(java.lang.String url) { synchronized (monitor()) { check_orphaned(); org.apache.xmlbeans.SimpleValue target = null; target = (org.apache.xmlbeans.SimpleValue) get_store().find_element_user(URL$8, 0); if (target == null) { target = (org.apache.xmlbeans.SimpleValue) get_store().add_element_user(URL$8); } target.setStringValue(url); } }
/** Sets the "is_active" element */ public void setIsActive(java.lang.String isActive) { synchronized (monitor()) { check_orphaned(); org.apache.xmlbeans.SimpleValue target = null; target = (org.apache.xmlbeans.SimpleValue) get_store().find_element_user(ISACTIVE$10, 0); if (target == null) { target = (org.apache.xmlbeans.SimpleValue) get_store().add_element_user(ISACTIVE$10); } target.setStringValue(isActive); } }
/** Sets the "faultMessage" element */ public void setFaultMessage(java.lang.String faultMessage) { synchronized (monitor()) { check_orphaned(); org.apache.xmlbeans.SimpleValue target = null; target = (org.apache.xmlbeans.SimpleValue) get_store().find_element_user(FAULTMESSAGE$2, 0); if (target == null) { target = (org.apache.xmlbeans.SimpleValue) get_store().add_element_user(FAULTMESSAGE$2); } target.setStringValue(faultMessage); } }
/** Sets the "order_id" element */ public void setOrderId(java.lang.String orderId) { synchronized (monitor()) { check_orphaned(); org.apache.xmlbeans.SimpleValue target = null; target = (org.apache.xmlbeans.SimpleValue) get_store().find_element_user(ORDERID$18, 0); if (target == null) { target = (org.apache.xmlbeans.SimpleValue) get_store().add_element_user(ORDERID$18); } target.setStringValue(orderId); } }
/** Sets the "EntityId" element */ public void setEntityId(java.lang.String entityId) { synchronized (monitor()) { check_orphaned(); org.apache.xmlbeans.SimpleValue target = null; target = (org.apache.xmlbeans.SimpleValue) get_store().find_element_user(ENTITYID$0, 0); if (target == null) { target = (org.apache.xmlbeans.SimpleValue) get_store().add_element_user(ENTITYID$0); } target.setStringValue(entityId); } }
/** Sets the "total_qty" element */ public void setTotalQty(java.lang.String totalQty) { synchronized (monitor()) { check_orphaned(); org.apache.xmlbeans.SimpleValue target = null; target = (org.apache.xmlbeans.SimpleValue) get_store().find_element_user(TOTALQTY$24, 0); if (target == null) { target = (org.apache.xmlbeans.SimpleValue) get_store().add_element_user(TOTALQTY$24); } target.setStringValue(totalQty); } }
/** Sets the "shipment_id" element */ public void setShipmentId(java.lang.String shipmentId) { synchronized (monitor()) { check_orphaned(); org.apache.xmlbeans.SimpleValue target = null; target = (org.apache.xmlbeans.SimpleValue) get_store().find_element_user(SHIPMENTID$26, 0); if (target == null) { target = (org.apache.xmlbeans.SimpleValue) get_store().add_element_user(SHIPMENTID$26); } target.setStringValue(shipmentId); } }
/** Sets the "Description" element */ public void setDescription(java.lang.String description) { synchronized (monitor()) { check_orphaned(); org.apache.xmlbeans.SimpleValue target = null; target = (org.apache.xmlbeans.SimpleValue) get_store().find_element_user(DESCRIPTION$2, 0); if (target == null) { target = (org.apache.xmlbeans.SimpleValue) get_store().add_element_user(DESCRIPTION$2); } target.setStringValue(description); } }
/** Sets ith "column" element */ public void setColumnArray(int i, java.lang.String column) { synchronized (monitor()) { check_orphaned(); org.apache.xmlbeans.SimpleValue target = null; target = (org.apache.xmlbeans.SimpleValue) get_store().find_element_user(COLUMN$0, i); if (target == null) { throw new IndexOutOfBoundsException(); } target.setStringValue(column); } }
/** Sets the "Keyword" element */ public void setKeyword(java.lang.String keyword) { synchronized (monitor()) { check_orphaned(); org.apache.xmlbeans.SimpleValue target = null; target = (org.apache.xmlbeans.SimpleValue) get_store().find_element_user(KEYWORD$4, 0); if (target == null) { target = (org.apache.xmlbeans.SimpleValue) get_store().add_element_user(KEYWORD$4); } target.setStringValue(keyword); } }
/** Sets the "name" attribute */ public void setName(java.lang.String name) { synchronized (monitor()) { check_orphaned(); org.apache.xmlbeans.SimpleValue target = null; target = (org.apache.xmlbeans.SimpleValue) get_store().find_attribute_user(NAME$2); if (target == null) { target = (org.apache.xmlbeans.SimpleValue) get_store().add_attribute_user(NAME$2); } target.setStringValue(name); } }
/** Sets the "ImportXml" element */ public void setImportXml(java.lang.String importXml) { synchronized (monitor()) { check_orphaned(); org.apache.xmlbeans.SimpleValue target = null; target = (org.apache.xmlbeans.SimpleValue) get_store().find_element_user(IMPORTXML$0, 0); if (target == null) { target = (org.apache.xmlbeans.SimpleValue) get_store().add_element_user(IMPORTXML$0); } target.setStringValue(importXml); } }