コード例 #1
0
 /** 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);
   }
 }
コード例 #2
0
 /** 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);
   }
 }
コード例 #3
0
 /** 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);
   }
 }
コード例 #4
0
 /** 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);
   }
 }
コード例 #5
0
 /** 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);
   }
 }
コード例 #6
0
 /** 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);
   }
 }
コード例 #7
0
 /** 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);
   }
 }
コード例 #8
0
 /** 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);
   }
 }
コード例 #9
0
 /** 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);
   }
 }
コード例 #10
0
 /** 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);
   }
 }
コード例 #11
0
 /** 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);
   }
 }
コード例 #12
0
 /** 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);
   }
 }
コード例 #13
0
 /** 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);
   }
 }
コード例 #14
0
 /** 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);
   }
 }
コード例 #15
0
 /** 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);
   }
 }
コード例 #16
0
 /** 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);
   }
 }
コード例 #17
0
 /** 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);
   }
 }
コード例 #18
0
 /** 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);
   }
 }
コード例 #19
0
 /** 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);
   }
 }
コード例 #20
0
 /** 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);
   }
 }
コード例 #22
0
 /** 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);
   }
 }
コード例 #23
0
 /** 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);
   }
 }
コード例 #24
0
 /** 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);
   }
 }
コード例 #25
0
 /** 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);
   }
 }
コード例 #26
0
 /** 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);
   }
 }
コード例 #27
0
 /** 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);
   }
 }
コード例 #28
0
 /** 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);
   }
 }
コード例 #29
0
 /** 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);
   }
 }