|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DeleteBinding
An XML delete_binding(@urn:uddi-org:api_v2). This is a complex type.
Nested Class Summary | |
---|---|
static class |
DeleteBinding.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 | |
---|---|
void |
addBindingKey(String bindingKey)
Appends the value as the last "bindingKey" element |
BindingKey |
addNewBindingKey()
Appends and returns a new empty value (as xml) as the last "bindingKey" element |
String |
getAuthInfo()
Gets the "authInfo" element |
String[] |
getBindingKeyArray()
Gets array of all "bindingKey" elements |
String |
getBindingKeyArray(int i)
Gets ith "bindingKey" element |
String |
getGeneric()
Gets the "generic" attribute |
void |
insertBindingKey(int i,
String bindingKey)
Inserts the value as the ith "bindingKey" element |
BindingKey |
insertNewBindingKey(int i)
Inserts and returns a new empty value (as xml) as the ith "bindingKey" element |
void |
removeBindingKey(int i)
Removes the ith "bindingKey" element |
void |
setAuthInfo(String authInfo)
Sets the "authInfo" element |
void |
setBindingKeyArray(int i,
String bindingKey)
Sets ith "bindingKey" element |
void |
setBindingKeyArray(String[] bindingKeyArray)
Sets array of all "bindingKey" element |
void |
setGeneric(String generic)
Sets the "generic" attribute |
int |
sizeOfBindingKeyArray()
Returns number of "bindingKey" element |
org.apache.xmlbeans.XmlString |
xgetAuthInfo()
Gets (as xml) the "authInfo" element |
BindingKey[] |
xgetBindingKeyArray()
Gets (as xml) array of all "bindingKey" elements |
BindingKey |
xgetBindingKeyArray(int i)
Gets (as xml) ith "bindingKey" element |
org.apache.xmlbeans.XmlString |
xgetGeneric()
Gets (as xml) the "generic" attribute |
void |
xsetAuthInfo(org.apache.xmlbeans.XmlString authInfo)
Sets (as xml) the "authInfo" element |
void |
xsetBindingKeyArray(BindingKey[] bindingKeyArray)
Sets (as xml) array of all "bindingKey" element |
void |
xsetBindingKeyArray(int i,
BindingKey bindingKey)
Sets (as xml) ith "bindingKey" element |
void |
xsetGeneric(org.apache.xmlbeans.XmlString generic)
Sets (as xml) the "generic" attribute |
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 |
---|
String getAuthInfo()
org.apache.xmlbeans.XmlString xgetAuthInfo()
void setAuthInfo(String authInfo)
void xsetAuthInfo(org.apache.xmlbeans.XmlString authInfo)
String[] getBindingKeyArray()
String getBindingKeyArray(int i)
BindingKey[] xgetBindingKeyArray()
BindingKey xgetBindingKeyArray(int i)
int sizeOfBindingKeyArray()
void setBindingKeyArray(String[] bindingKeyArray)
void setBindingKeyArray(int i, String bindingKey)
void xsetBindingKeyArray(BindingKey[] bindingKeyArray)
void xsetBindingKeyArray(int i, BindingKey bindingKey)
void insertBindingKey(int i, String bindingKey)
void addBindingKey(String bindingKey)
BindingKey insertNewBindingKey(int i)
BindingKey addNewBindingKey()
void removeBindingKey(int i)
String getGeneric()
org.apache.xmlbeans.XmlString xgetGeneric()
void setGeneric(String generic)
void xsetGeneric(org.apache.xmlbeans.XmlString generic)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |