| |
|
| com.bostechcorp.cbesb.trn.x10.SettingDef
All known Subclasses: com.bostechcorp.cbesb.trn.x10.impl.SettingDefImpl,
SettingDef | public interface SettingDef extends org.apache.xmlbeans.XmlObject(Code) | | An XML settingDef(@http://cbesb.bostechcorp.com/trn/1.0).
This is a complex type.
|
Inner Class :final public static class Factory | |
Field Summary | |
final public static org.apache.xmlbeans.SchemaType | type |
type | final public static org.apache.xmlbeans.SchemaType type(Code) | | |
isSetName | boolean isSetName()(Code) | | True if has "name" attribute
|
isSetValue | boolean isSetValue()(Code) | | True if has "value" attribute
|
unsetName | void unsetName()(Code) | | Unsets the "name" attribute
|
unsetValue | void unsetValue()(Code) | | Unsets the "value" attribute
|
xgetName | org.apache.xmlbeans.XmlString xgetName()(Code) | | Gets (as xml) the "name" attribute
|
xgetValue | org.apache.xmlbeans.XmlString xgetValue()(Code) | | Gets (as xml) the "value" attribute
|
xsetName | void xsetName(org.apache.xmlbeans.XmlString name)(Code) | | Sets (as xml) the "name" attribute
|
xsetValue | void xsetValue(org.apache.xmlbeans.XmlString value)(Code) | | Sets (as xml) the "value" attribute
|
|
|
|