| |
|
| com.bostechcorp.cbesb.etl.dataSourceMap.x10.MessageDef
All known Subclasses: com.bostechcorp.cbesb.etl.dataSourceMap.x10.impl.MessageDefImpl,
MessageDef | public interface MessageDef extends org.apache.xmlbeans.XmlObject(Code) | | An XML messageDef(@http://cbesb.bostechcorp.com/etl/dataSourceMap/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
|
isSetType | boolean isSetType()(Code) | | True if has "type" attribute
|
removeElement | void removeElement(int i)(Code) | | Removes the ith "element" element
|
sizeOfElementArray | int sizeOfElementArray()(Code) | | Returns number of "element" element
|
unsetName | void unsetName()(Code) | | Unsets the "name" attribute
|
unsetType | void unsetType()(Code) | | Unsets the "type" attribute
|
xgetName | org.apache.xmlbeans.XmlString xgetName()(Code) | | Gets (as xml) the "name" attribute
|
xgetType | org.apache.xmlbeans.XmlString xgetType()(Code) | | Gets (as xml) the "type" attribute
|
xsetName | void xsetName(org.apache.xmlbeans.XmlString name)(Code) | | Sets (as xml) the "name" attribute
|
xsetType | void xsetType(org.apache.xmlbeans.XmlString type)(Code) | | Sets (as xml) the "type" attribute
|
|
|
|