public interface InterfaceOperationType extends ExtensibleDocumentedType
| Modifier and Type | Interface and Description |
|---|---|
static class |
InterfaceOperationType.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
MessageRefFaultType |
addNewInfault()
Appends and returns a new empty value (as xml) as the last "infault" element
|
MessageRefType |
addNewInput()
Appends and returns a new empty value (as xml) as the last "input" element
|
MessageRefFaultType |
addNewOutfault()
Appends and returns a new empty value (as xml) as the last "outfault" element
|
MessageRefType |
addNewOutput()
Appends and returns a new empty value (as xml) as the last "output" element
|
MessageRefFaultType[] |
getInfaultArray()
Gets array of all "infault" elements
|
MessageRefFaultType |
getInfaultArray(int i)
Gets ith "infault" element
|
MessageRefType[] |
getInputArray()
Gets array of all "input" elements
|
MessageRefType |
getInputArray(int i)
Gets ith "input" element
|
String |
getName()
Gets the "name" attribute
|
MessageRefFaultType[] |
getOutfaultArray()
Gets array of all "outfault" elements
|
MessageRefFaultType |
getOutfaultArray(int i)
Gets ith "outfault" element
|
MessageRefType[] |
getOutputArray()
Gets array of all "output" elements
|
MessageRefType |
getOutputArray(int i)
Gets ith "output" element
|
String |
getPattern()
Gets the "pattern" attribute
|
boolean |
getSafe()
Gets the "safe" attribute
|
String |
getStyle()
Gets the "style" attribute
|
MessageRefFaultType |
insertNewInfault(int i)
Inserts and returns a new empty value (as xml) as the ith "infault" element
|
MessageRefType |
insertNewInput(int i)
Inserts and returns a new empty value (as xml) as the ith "input" element
|
MessageRefFaultType |
insertNewOutfault(int i)
Inserts and returns a new empty value (as xml) as the ith "outfault" element
|
MessageRefType |
insertNewOutput(int i)
Inserts and returns a new empty value (as xml) as the ith "output" element
|
boolean |
isSetPattern()
True if has "pattern" attribute
|
boolean |
isSetSafe()
True if has "safe" attribute
|
boolean |
isSetStyle()
True if has "style" attribute
|
void |
removeInfault(int i)
Removes the ith "infault" element
|
void |
removeInput(int i)
Removes the ith "input" element
|
void |
removeOutfault(int i)
Removes the ith "outfault" element
|
void |
removeOutput(int i)
Removes the ith "output" element
|
void |
setInfaultArray(int i,
MessageRefFaultType infault)
Sets ith "infault" element
|
void |
setInfaultArray(MessageRefFaultType[] infaultArray)
Sets array of all "infault" element
|
void |
setInputArray(int i,
MessageRefType input)
Sets ith "input" element
|
void |
setInputArray(MessageRefType[] inputArray)
Sets array of all "input" element
|
void |
setName(String name)
Sets the "name" attribute
|
void |
setOutfaultArray(int i,
MessageRefFaultType outfault)
Sets ith "outfault" element
|
void |
setOutfaultArray(MessageRefFaultType[] outfaultArray)
Sets array of all "outfault" element
|
void |
setOutputArray(int i,
MessageRefType output)
Sets ith "output" element
|
void |
setOutputArray(MessageRefType[] outputArray)
Sets array of all "output" element
|
void |
setPattern(String pattern)
Sets the "pattern" attribute
|
void |
setSafe(boolean safe)
Sets the "safe" attribute
|
void |
setStyle(String style)
Sets the "style" attribute
|
int |
sizeOfInfaultArray()
Returns number of "infault" element
|
int |
sizeOfInputArray()
Returns number of "input" element
|
int |
sizeOfOutfaultArray()
Returns number of "outfault" element
|
int |
sizeOfOutputArray()
Returns number of "output" element
|
void |
unsetPattern()
Unsets the "pattern" attribute
|
void |
unsetSafe()
Unsets the "safe" attribute
|
void |
unsetStyle()
Unsets the "style" attribute
|
org.apache.xmlbeans.XmlNCName |
xgetName()
Gets (as xml) the "name" attribute
|
org.apache.xmlbeans.XmlAnyURI |
xgetPattern()
Gets (as xml) the "pattern" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetSafe()
Gets (as xml) the "safe" attribute
|
org.apache.xmlbeans.XmlAnyURI |
xgetStyle()
Gets (as xml) the "style" attribute
|
void |
xsetName(org.apache.xmlbeans.XmlNCName name)
Sets (as xml) the "name" attribute
|
void |
xsetPattern(org.apache.xmlbeans.XmlAnyURI pattern)
Sets (as xml) the "pattern" attribute
|
void |
xsetSafe(org.apache.xmlbeans.XmlBoolean safe)
Sets (as xml) the "safe" attribute
|
void |
xsetStyle(org.apache.xmlbeans.XmlAnyURI style)
Sets (as xml) the "style" attribute
|
addNewDocumentation, getDocumentationArray, getDocumentationArray, insertNewDocumentation, removeDocumentation, setDocumentationArray, setDocumentationArray, sizeOfDocumentationArraychangeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextMessageRefType[] getInputArray()
MessageRefType getInputArray(int i)
int sizeOfInputArray()
void setInputArray(MessageRefType[] inputArray)
void setInputArray(int i,
MessageRefType input)
MessageRefType insertNewInput(int i)
MessageRefType addNewInput()
void removeInput(int i)
MessageRefType[] getOutputArray()
MessageRefType getOutputArray(int i)
int sizeOfOutputArray()
void setOutputArray(MessageRefType[] outputArray)
void setOutputArray(int i,
MessageRefType output)
MessageRefType insertNewOutput(int i)
MessageRefType addNewOutput()
void removeOutput(int i)
MessageRefFaultType[] getInfaultArray()
MessageRefFaultType getInfaultArray(int i)
int sizeOfInfaultArray()
void setInfaultArray(MessageRefFaultType[] infaultArray)
void setInfaultArray(int i,
MessageRefFaultType infault)
MessageRefFaultType insertNewInfault(int i)
MessageRefFaultType addNewInfault()
void removeInfault(int i)
MessageRefFaultType[] getOutfaultArray()
MessageRefFaultType getOutfaultArray(int i)
int sizeOfOutfaultArray()
void setOutfaultArray(MessageRefFaultType[] outfaultArray)
void setOutfaultArray(int i,
MessageRefFaultType outfault)
MessageRefFaultType insertNewOutfault(int i)
MessageRefFaultType addNewOutfault()
void removeOutfault(int i)
String getName()
org.apache.xmlbeans.XmlNCName xgetName()
void setName(String name)
void xsetName(org.apache.xmlbeans.XmlNCName name)
String getPattern()
org.apache.xmlbeans.XmlAnyURI xgetPattern()
boolean isSetPattern()
void setPattern(String pattern)
void xsetPattern(org.apache.xmlbeans.XmlAnyURI pattern)
void unsetPattern()
boolean getSafe()
org.apache.xmlbeans.XmlBoolean xgetSafe()
boolean isSetSafe()
void setSafe(boolean safe)
void xsetSafe(org.apache.xmlbeans.XmlBoolean safe)
void unsetSafe()
String getStyle()
org.apache.xmlbeans.XmlAnyURI xgetStyle()
boolean isSetStyle()
void setStyle(String style)
void xsetStyle(org.apache.xmlbeans.XmlAnyURI style)
void unsetStyle()
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.