/** Sets the "valueType" attribute */ public void setValueType(com.kohls.www.object.loyalty._0_1.SubjectType.ValueType.Enum valueType) { synchronized (monitor()) { check_orphaned(); org.apache.xmlbeans.SimpleValue target = null; target = (org.apache.xmlbeans.SimpleValue) get_store().find_attribute_user(VALUETYPE$0); if (target == null) { target = (org.apache.xmlbeans.SimpleValue) get_store().add_attribute_user(VALUETYPE$0); } target.setEnumValue(valueType); } }
/** Sets the "faultType" element */ public void setFaultType(au.edu.unsw.sltf.services.SummaryMarketDataFaultType.Enum faultType) { 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) { target = (org.apache.xmlbeans.SimpleValue) get_store().add_element_user(FAULTTYPE$0); } target.setEnumValue(faultType); } }
/** Sets the "dir" attribute */ public void setDir(org.w3.x1999.xhtml.LabelDocument.Label.Dir.Enum dir) { synchronized (monitor()) { check_orphaned(); org.apache.xmlbeans.SimpleValue target = null; target = (org.apache.xmlbeans.SimpleValue) get_store().find_attribute_user(DIR$12); if (target == null) { target = (org.apache.xmlbeans.SimpleValue) get_store().add_attribute_user(DIR$12); } target.setEnumValue(dir); } }
/** Sets the "Class" attribute */ public void setClass1(com.conferma.cpapi.TicketClass.Enum class1) { synchronized (monitor()) { check_orphaned(); org.apache.xmlbeans.SimpleValue target = null; target = (org.apache.xmlbeans.SimpleValue) get_store().find_attribute_user(CLASS1$2); if (target == null) { target = (org.apache.xmlbeans.SimpleValue) get_store().add_attribute_user(CLASS1$2); } target.setEnumValue(class1); } }
/** Sets the "IdentifierType" element */ public void setIdentifierType( uk.gov.nationalarchives.pronom.IdentifierTypeDocument.IdentifierType.Enum identifierType) { synchronized (monitor()) { check_orphaned(); org.apache.xmlbeans.SimpleValue target = null; target = (org.apache.xmlbeans.SimpleValue) get_store().find_element_user(IDENTIFIERTYPE$0, 0); if (target == null) { target = (org.apache.xmlbeans.SimpleValue) get_store().add_element_user(IDENTIFIERTYPE$0); } target.setEnumValue(identifierType); } }
/** Sets the "view" attribute */ public void setView( com.webex.schemas.x2002.x06.service.trainingsessionqtiasi.RubricType.View.Enum view) { synchronized (monitor()) { check_orphaned(); org.apache.xmlbeans.SimpleValue target = null; target = (org.apache.xmlbeans.SimpleValue) get_store().find_attribute_user(VIEW$6); if (target == null) { target = (org.apache.xmlbeans.SimpleValue) get_store().add_attribute_user(VIEW$6); } target.setEnumValue(view); } }
/** Sets the "Lossiness" element */ public void setLossiness( uk.gov.nationalarchives.pronom.LossinessDocument.Lossiness.Enum lossiness) { synchronized (monitor()) { check_orphaned(); org.apache.xmlbeans.SimpleValue target = null; target = (org.apache.xmlbeans.SimpleValue) get_store().find_element_user(LOSSINESS$12, 0); if (target == null) { target = (org.apache.xmlbeans.SimpleValue) get_store().add_element_user(LOSSINESS$12); } target.setEnumValue(lossiness); } }
/** Sets the "state" element */ public void setState( com.webex.schemas.x2002.x06.service.trainingsession.CheckboxStateType.Enum state) { synchronized (monitor()) { check_orphaned(); org.apache.xmlbeans.SimpleValue target = null; target = (org.apache.xmlbeans.SimpleValue) get_store().find_element_user(STATE$2, 0); if (target == null) { target = (org.apache.xmlbeans.SimpleValue) get_store().add_element_user(STATE$2); } target.setEnumValue(state); } }
/** Sets the "DailyRecurrencePatternType" element */ public void setDailyRecurrencePatternType( com.exacttarget.wsdl.partnerapi.DailyRecurrencePatternTypeEnum.Enum dailyRecurrencePatternType) { synchronized (monitor()) { check_orphaned(); org.apache.xmlbeans.SimpleValue target = null; target = (org.apache.xmlbeans.SimpleValue) get_store().find_element_user(DAILYRECURRENCEPATTERNTYPE$0, 0); if (target == null) { target = (org.apache.xmlbeans.SimpleValue) get_store().add_element_user(DAILYRECURRENCEPATTERNTYPE$0); } target.setEnumValue(dailyRecurrencePatternType); } }