public interface InterfaceType extends ExtensibleDocumentedType
| Modifier and Type | Interface and Description |
|---|---|
static interface |
InterfaceType.Extends
An XML extends(@).
|
static class |
InterfaceType.Factory
A factory class with static methods for creating instances
of this type.
|
static interface |
InterfaceType.StyleDefault
An XML styleDefault(@).
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
InterfaceFaultType |
addNewFault()
Appends and returns a new empty value (as xml) as the last "fault" element
|
InterfaceOperationType |
addNewOperation()
Appends and returns a new empty value (as xml) as the last "operation" element
|
List |
getExtends()
Gets the "extends" attribute
|
InterfaceFaultType[] |
getFaultArray()
Gets array of all "fault" elements
|
InterfaceFaultType |
getFaultArray(int i)
Gets ith "fault" element
|
String |
getName()
Gets the "name" attribute
|
InterfaceOperationType[] |
getOperationArray()
Gets array of all "operation" elements
|
InterfaceOperationType |
getOperationArray(int i)
Gets ith "operation" element
|
List |
getStyleDefault()
Gets the "styleDefault" attribute
|
InterfaceFaultType |
insertNewFault(int i)
Inserts and returns a new empty value (as xml) as the ith "fault" element
|
InterfaceOperationType |
insertNewOperation(int i)
Inserts and returns a new empty value (as xml) as the ith "operation" element
|
boolean |
isSetExtends()
True if has "extends" attribute
|
boolean |
isSetStyleDefault()
True if has "styleDefault" attribute
|
void |
removeFault(int i)
Removes the ith "fault" element
|
void |
removeOperation(int i)
Removes the ith "operation" element
|
void |
setExtends(List xextends)
Sets the "extends" attribute
|
void |
setFaultArray(InterfaceFaultType[] faultArray)
Sets array of all "fault" element
|
void |
setFaultArray(int i,
InterfaceFaultType fault)
Sets ith "fault" element
|
void |
setName(String name)
Sets the "name" attribute
|
void |
setOperationArray(InterfaceOperationType[] operationArray)
Sets array of all "operation" element
|
void |
setOperationArray(int i,
InterfaceOperationType operation)
Sets ith "operation" element
|
void |
setStyleDefault(List styleDefault)
Sets the "styleDefault" attribute
|
int |
sizeOfFaultArray()
Returns number of "fault" element
|
int |
sizeOfOperationArray()
Returns number of "operation" element
|
void |
unsetExtends()
Unsets the "extends" attribute
|
void |
unsetStyleDefault()
Unsets the "styleDefault" attribute
|
InterfaceType.Extends |
xgetExtends()
Gets (as xml) the "extends" attribute
|
org.apache.xmlbeans.XmlNCName |
xgetName()
Gets (as xml) the "name" attribute
|
InterfaceType.StyleDefault |
xgetStyleDefault()
Gets (as xml) the "styleDefault" attribute
|
void |
xsetExtends(InterfaceType.Extends xextends)
Sets (as xml) the "extends" attribute
|
void |
xsetName(org.apache.xmlbeans.XmlNCName name)
Sets (as xml) the "name" attribute
|
void |
xsetStyleDefault(InterfaceType.StyleDefault styleDefault)
Sets (as xml) the "styleDefault" 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, xmlTextInterfaceOperationType[] getOperationArray()
InterfaceOperationType getOperationArray(int i)
int sizeOfOperationArray()
void setOperationArray(InterfaceOperationType[] operationArray)
void setOperationArray(int i,
InterfaceOperationType operation)
InterfaceOperationType insertNewOperation(int i)
InterfaceOperationType addNewOperation()
void removeOperation(int i)
InterfaceFaultType[] getFaultArray()
InterfaceFaultType getFaultArray(int i)
int sizeOfFaultArray()
void setFaultArray(InterfaceFaultType[] faultArray)
void setFaultArray(int i,
InterfaceFaultType fault)
InterfaceFaultType insertNewFault(int i)
InterfaceFaultType addNewFault()
void removeFault(int i)
String getName()
org.apache.xmlbeans.XmlNCName xgetName()
void setName(String name)
void xsetName(org.apache.xmlbeans.XmlNCName name)
List getExtends()
InterfaceType.Extends xgetExtends()
boolean isSetExtends()
void setExtends(List xextends)
void xsetExtends(InterfaceType.Extends xextends)
void unsetExtends()
List getStyleDefault()
InterfaceType.StyleDefault xgetStyleDefault()
boolean isSetStyleDefault()
void setStyleDefault(List styleDefault)
void xsetStyleDefault(InterfaceType.StyleDefault styleDefault)
void unsetStyleDefault()
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.