| |
|
| com.bostechcorp.cbesb.trn.x10.ParamDef
All known Subclasses: com.bostechcorp.cbesb.trn.x10.impl.ParamDefImpl,
ParamDef | public interface ParamDef extends org.apache.xmlbeans.XmlObject(Code) | | An XML paramDef(@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) | | |
removeProperty | void removeProperty(int i)(Code) | | Removes the ith "property" element
|
removePropertyList | void removePropertyList(int i)(Code) | | Removes the ith "propertyList" element
|
removeSource | void removeSource(int i)(Code) | | Removes the ith "source" element
|
removeTarget | void removeTarget(int i)(Code) | | Removes the ith "target" element
|
sizeOfPropertyArray | int sizeOfPropertyArray()(Code) | | Returns number of "property" element
|
sizeOfPropertyListArray | int sizeOfPropertyListArray()(Code) | | Returns number of "propertyList" element
|
sizeOfSourceArray | int sizeOfSourceArray()(Code) | | Returns number of "source" element
|
sizeOfTargetArray | int sizeOfTargetArray()(Code) | | Returns number of "target" element
|
|
|
|