|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ContainerHandleType
An XML containerHandleType(@http://www.bea.com/wli/worklist/xml). This is a complex type.
Nested Class Summary | |
---|---|
static class |
ContainerHandleType.Factory
A factory class with static methods for creating instances of this type. |
Field Summary | |
---|---|
static SchemaType |
type
|
Fields inherited from interface org.apache.xmlbeans.XmlObject |
---|
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL |
Method Summary | |
---|---|
String |
getHostApplicationId()
Gets the "hostApplicationId" element |
String |
getInstanceId()
Gets the "instanceId" element |
String |
getSubType()
Gets the "subType" element |
ContainerTypeType.Enum |
getType()
Gets the "type" element |
boolean |
isSetHostApplicationId()
True if has "hostApplicationId" element |
boolean |
isSetInstanceId()
True if has "instanceId" element |
boolean |
isSetSubType()
True if has "subType" element |
void |
setHostApplicationId(String hostApplicationId)
Sets the "hostApplicationId" element |
void |
setInstanceId(String instanceId)
Sets the "instanceId" element |
void |
setSubType(String subType)
Sets the "subType" element |
void |
setType(ContainerTypeType.Enum type)
Sets the "type" element |
void |
unsetHostApplicationId()
Unsets the "hostApplicationId" element |
void |
unsetInstanceId()
Unsets the "instanceId" element |
void |
unsetSubType()
Unsets the "subType" element |
XmlString |
xgetHostApplicationId()
Gets (as xml) the "hostApplicationId" element |
XmlString |
xgetInstanceId()
Gets (as xml) the "instanceId" element |
XmlString |
xgetSubType()
Gets (as xml) the "subType" element |
ContainerTypeType |
xgetType()
Gets (as xml) the "type" element |
void |
xsetHostApplicationId(XmlString hostApplicationId)
Sets (as xml) the "hostApplicationId" element |
void |
xsetInstanceId(XmlString instanceId)
Sets (as xml) the "instanceId" element |
void |
xsetSubType(XmlString subType)
Sets (as xml) the "subType" element |
void |
xsetType(ContainerTypeType type)
Sets (as xml) the "type" element |
Methods inherited from interface org.apache.xmlbeans.XmlObject |
---|
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode |
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource |
---|
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText |
Field Detail |
---|
static final SchemaType type
Method Detail |
---|
String getHostApplicationId()
XmlString xgetHostApplicationId()
boolean isSetHostApplicationId()
void setHostApplicationId(String hostApplicationId)
void xsetHostApplicationId(XmlString hostApplicationId)
void unsetHostApplicationId()
ContainerTypeType.Enum getType()
ContainerTypeType xgetType()
void setType(ContainerTypeType.Enum type)
void xsetType(ContainerTypeType type)
String getSubType()
XmlString xgetSubType()
boolean isSetSubType()
void setSubType(String subType)
void xsetSubType(XmlString subType)
void unsetSubType()
String getInstanceId()
XmlString xgetInstanceId()
boolean isSetInstanceId()
void setInstanceId(String instanceId)
void xsetInstanceId(XmlString instanceId)
void unsetInstanceId()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |