| com.bostechcorp.cbesb.alert.x10.AlertDefDocument
All known Subclasses: com.bostechcorp.cbesb.alert.x10.impl.AlertDefDocumentImpl,
AlertDefDocument | public interface AlertDefDocument extends org.apache.xmlbeans.XmlObject(Code) | | A document containing one alertDef(@http://cbesb.bostechcorp.com/alert/1.0) element.
This is a complex type.
|
Inner Class :public interface AlertDef extends org.apache.xmlbeans.XmlObject | |
Inner Class :final public static class Factory | |
Field Summary | |
final public static org.apache.xmlbeans.SchemaType | type |
Method Summary | |
com.bostechcorp.cbesb.alert.x10.AlertDefDocument.AlertDef | addNewAlertDef() | com.bostechcorp.cbesb.alert.x10.AlertDefDocument.AlertDef | getAlertDef() | void | setAlertDef(com.bostechcorp.cbesb.alert.x10.AlertDefDocument.AlertDef alertDef) |
type | final public static org.apache.xmlbeans.SchemaType type(Code) | | |
addNewAlertDef | com.bostechcorp.cbesb.alert.x10.AlertDefDocument.AlertDef addNewAlertDef()(Code) | | Appends and returns a new empty "alertDef" element
|
getAlertDef | com.bostechcorp.cbesb.alert.x10.AlertDefDocument.AlertDef getAlertDef()(Code) | | Gets the "alertDef" element
|
setAlertDef | void setAlertDef(com.bostechcorp.cbesb.alert.x10.AlertDefDocument.AlertDef alertDef)(Code) | | Sets the "alertDef" element
|
|
|