/** 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 "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 "id" attribute */ public void setId(int id) { synchronized (monitor()) { check_orphaned(); org.apache.xmlbeans.SimpleValue target = null; target = (org.apache.xmlbeans.SimpleValue) get_store().find_attribute_user(ID$0); if (target == null) { target = (org.apache.xmlbeans.SimpleValue) get_store().add_attribute_user(ID$0); } target.setIntValue(id); } }
/** 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); } }
/** Gets the "FacilityName" element */ public java.lang.String getFacilityName() { 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) { return null; } return target.getStringValue(); } }
/** Sets the "rating" attribute */ public void setRating(int rating) { synchronized (monitor()) { check_orphaned(); org.apache.xmlbeans.SimpleValue target = null; target = (org.apache.xmlbeans.SimpleValue) get_store().find_attribute_user(RATING$6); if (target == null) { target = (org.apache.xmlbeans.SimpleValue) get_store().add_attribute_user(RATING$6); } target.setIntValue(rating); } }
/** Gets the "staEnd" attribute */ public double getStaEnd() { synchronized (monitor()) { check_orphaned(); org.apache.xmlbeans.SimpleValue target = null; target = (org.apache.xmlbeans.SimpleValue) get_store().find_attribute_user(STAEND$4); if (target == null) { return 0.0; } return target.getDoubleValue(); } }
/** Gets the "faultMessage" element */ public java.lang.String getFaultMessage() { 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) { return null; } return target.getStringValue(); } }
/** 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); } }
/** Gets the "qmd_material" element */ public java.lang.String getQmdMaterial() { 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) { return null; } return target.getStringValue(); } }
/** 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 "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 "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); } }
/** Gets the "MidasAdRef" element */ public java.lang.String getMidasAdRef() { 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) { return null; } return target.getStringValue(); } }
/** 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); } }
/** Gets the "viewTimeEnd" element */ public java.lang.String getViewTimeEnd() { synchronized (monitor()) { check_orphaned(); org.apache.xmlbeans.SimpleValue target = null; target = (org.apache.xmlbeans.SimpleValue) get_store().find_element_user(VIEWTIMEEND$2, 0); if (target == null) { return null; } return target.getStringValue(); } }
/** 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 "staEnd" attribute */ public void setStaEnd(double staEnd) { synchronized (monitor()) { check_orphaned(); org.apache.xmlbeans.SimpleValue target = null; target = (org.apache.xmlbeans.SimpleValue) get_store().find_attribute_user(STAEND$4); if (target == null) { target = (org.apache.xmlbeans.SimpleValue) get_store().add_attribute_user(STAEND$4); } target.setDoubleValue(staEnd); } }
/** Gets the "faultType" element */ public au.edu.unsw.sltf.services.SummaryMarketDataFaultType.Enum getFaultType() { synchronized (monitor()) { check_orphaned(); org.apache.xmlbeans.SimpleValue target = null; target = (org.apache.xmlbeans.SimpleValue) get_store().find_element_user(FAULTTYPE$0, 0); if (target == null) { return null; } return (au.edu.unsw.sltf.services.SummaryMarketDataFaultType.Enum) target.getEnumValue(); } }
/** Gets the "rate6" attribute */ public java.math.BigInteger getRate6() { synchronized (monitor()) { check_orphaned(); org.apache.xmlbeans.SimpleValue target = null; target = (org.apache.xmlbeans.SimpleValue) get_store().find_attribute_user(RATE6$10); if (target == null) { return null; } return target.getBigIntegerValue(); } }
/** Sets the "rate6" attribute */ public void setRate6(java.math.BigInteger rate6) { synchronized (monitor()) { check_orphaned(); org.apache.xmlbeans.SimpleValue target = null; target = (org.apache.xmlbeans.SimpleValue) get_store().find_attribute_user(RATE6$10); if (target == null) { target = (org.apache.xmlbeans.SimpleValue) get_store().add_attribute_user(RATE6$10); } target.setBigIntegerValue(rate6); } }
/** 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); } }
/** Gets the "address" element */ public java.lang.String getAddress() { 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) { return null; } return target.getStringValue(); } }
/** 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 "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); } }
/** Gets the "id" attribute */ public int getId() { synchronized (monitor()) { check_orphaned(); org.apache.xmlbeans.SimpleValue target = null; target = (org.apache.xmlbeans.SimpleValue) get_store().find_attribute_user(ID$0); if (target == null) { return 0; } return target.getIntValue(); } }
/** 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); } }
/** Gets the "name" attribute */ public java.lang.String getName() { 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) { return null; } return target.getStringValue(); } }
/** Sets the "quoteId" element */ public void setQuoteId(int quoteId) { synchronized (monitor()) { check_orphaned(); org.apache.xmlbeans.SimpleValue target = null; target = (org.apache.xmlbeans.SimpleValue) get_store().find_element_user(QUOTEID$2, 0); if (target == null) { target = (org.apache.xmlbeans.SimpleValue) get_store().add_element_user(QUOTEID$2); } target.setIntValue(quoteId); } }