| |
|
| com.bostechcorp.cbesb.trn.x10.impl.SettingDefImpl
SettingDefImpl | public class SettingDefImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements com.bostechcorp.cbesb.trn.x10.SettingDef(Code) | | An XML settingDef(@http://cbesb.bostechcorp.com/trn/1.0).
This is a complex type.
|
Constructor Summary | |
public | SettingDefImpl(org.apache.xmlbeans.SchemaType sType) |
SettingDefImpl | public SettingDefImpl(org.apache.xmlbeans.SchemaType sType)(Code) | | |
isSetName | public boolean isSetName()(Code) | | True if has "name" attribute
|
isSetValue | public boolean isSetValue()(Code) | | True if has "value" attribute
|
unsetName | public void unsetName()(Code) | | Unsets the "name" attribute
|
unsetValue | public void unsetValue()(Code) | | Unsets the "value" attribute
|
xgetName | public org.apache.xmlbeans.XmlString xgetName()(Code) | | Gets (as xml) the "name" attribute
|
xgetValue | public org.apache.xmlbeans.XmlString xgetValue()(Code) | | Gets (as xml) the "value" attribute
|
xsetName | public void xsetName(org.apache.xmlbeans.XmlString name)(Code) | | Sets (as xml) the "name" attribute
|
xsetValue | public void xsetValue(org.apache.xmlbeans.XmlString value)(Code) | | Sets (as xml) the "value" attribute
|
|
|
|