|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface CommunicationType.Exchange
An XML exchange(@http://www.apache.org/ode/pmapi/types/2006/08/02/). This is a complex type.
Nested Class Summary | |
---|---|
static class |
CommunicationType.Exchange.Factory
A factory class with static methods for creating instances of this type. |
Field Summary | |
---|---|
static org.apache.xmlbeans.SchemaType |
type
|
Fields inherited from interface org.apache.xmlbeans.XmlObject |
---|
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL |
Method Summary | |
---|---|
FailureType |
addNewFailure()
Appends and returns a new empty "failure" element |
FaultType |
addNewFault()
Appends and returns a new empty "fault" element |
org.apache.xmlbeans.XmlObject |
addNewIn()
Appends and returns a new empty "in" element |
org.apache.xmlbeans.XmlObject |
addNewOut()
Appends and returns a new empty "out" element |
java.util.Calendar |
getCreateTime()
Gets the "createTime" element |
FailureType |
getFailure()
Gets the "failure" element |
FaultType |
getFault()
Gets the "fault" element |
org.apache.xmlbeans.XmlObject |
getIn()
Gets the "in" element |
java.lang.String |
getOperation()
Gets the "operation" element |
org.apache.xmlbeans.XmlObject |
getOut()
Gets the "out" element |
javax.xml.namespace.QName |
getService()
Gets the "service" element |
ExchangeType.Enum |
getType()
Gets the "type" element |
boolean |
isSetFailure()
True if has "failure" element |
boolean |
isSetFault()
True if has "fault" element |
boolean |
isSetOut()
True if has "out" element |
void |
setCreateTime(java.util.Calendar createTime)
Sets the "createTime" element |
void |
setFailure(FailureType failure)
Sets the "failure" element |
void |
setFault(FaultType fault)
Sets the "fault" element |
void |
setIn(org.apache.xmlbeans.XmlObject in)
Sets the "in" element |
void |
setOperation(java.lang.String operation)
Sets the "operation" element |
void |
setOut(org.apache.xmlbeans.XmlObject out)
Sets the "out" element |
void |
setService(javax.xml.namespace.QName service)
Sets the "service" element |
void |
setType(ExchangeType.Enum type)
Sets the "type" element |
void |
unsetFailure()
Unsets the "failure" element |
void |
unsetFault()
Unsets the "fault" element |
void |
unsetOut()
Unsets the "out" element |
org.apache.xmlbeans.XmlDateTime |
xgetCreateTime()
Gets (as xml) the "createTime" element |
org.apache.xmlbeans.XmlString |
xgetOperation()
Gets (as xml) the "operation" element |
org.apache.xmlbeans.XmlQName |
xgetService()
Gets (as xml) the "service" element |
ExchangeType |
xgetType()
Gets (as xml) the "type" element |
void |
xsetCreateTime(org.apache.xmlbeans.XmlDateTime createTime)
Sets (as xml) the "createTime" element |
void |
xsetOperation(org.apache.xmlbeans.XmlString operation)
Sets (as xml) the "operation" element |
void |
xsetService(org.apache.xmlbeans.XmlQName service)
Sets (as xml) the "service" element |
void |
xsetType(ExchangeType 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 org.apache.xmlbeans.SchemaType type
Method Detail |
---|
ExchangeType.Enum getType()
ExchangeType xgetType()
void setType(ExchangeType.Enum type)
void xsetType(ExchangeType type)
java.util.Calendar getCreateTime()
org.apache.xmlbeans.XmlDateTime xgetCreateTime()
void setCreateTime(java.util.Calendar createTime)
void xsetCreateTime(org.apache.xmlbeans.XmlDateTime createTime)
javax.xml.namespace.QName getService()
org.apache.xmlbeans.XmlQName xgetService()
void setService(javax.xml.namespace.QName service)
void xsetService(org.apache.xmlbeans.XmlQName service)
java.lang.String getOperation()
org.apache.xmlbeans.XmlString xgetOperation()
void setOperation(java.lang.String operation)
void xsetOperation(org.apache.xmlbeans.XmlString operation)
org.apache.xmlbeans.XmlObject getIn()
void setIn(org.apache.xmlbeans.XmlObject in)
org.apache.xmlbeans.XmlObject addNewIn()
org.apache.xmlbeans.XmlObject getOut()
boolean isSetOut()
void setOut(org.apache.xmlbeans.XmlObject out)
org.apache.xmlbeans.XmlObject addNewOut()
void unsetOut()
FaultType getFault()
boolean isSetFault()
void setFault(FaultType fault)
FaultType addNewFault()
void unsetFault()
FailureType getFailure()
boolean isSetFailure()
void setFailure(FailureType failure)
FailureType addNewFailure()
void unsetFailure()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |