コード例 #1
0
 /** 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);
   }
 }
コード例 #3
0
 /** 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);
   }
 }
コード例 #4
0
 /** 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);
   }
 }
コード例 #5
0
 /** 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);
   }
 }
コード例 #6
0
 /** 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);
   }
 }
コード例 #7
0
 /** 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);
   }
 }
コード例 #8
0
 /** 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);
   }
 }
コード例 #9
0
 /** 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);
   }
 }