|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BindingTemplate
An XML bindingTemplate(@urn:uddi-org:api_v2). This is a complex type.
Nested Class Summary | |
---|---|
static class |
BindingTemplate.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 | |
---|---|
AccessPoint |
addNewAccessPoint()
Appends and returns a new empty "accessPoint" element |
Description |
addNewDescription()
Appends and returns a new empty value (as xml) as the last "description" element |
HostingRedirector |
addNewHostingRedirector()
Appends and returns a new empty "hostingRedirector" element |
TModelInstanceDetails |
addNewTModelInstanceDetails()
Appends and returns a new empty "tModelInstanceDetails" element |
AccessPoint |
getAccessPoint()
Gets the "accessPoint" element |
String |
getBindingKey()
Gets the "bindingKey" attribute |
Description[] |
getDescriptionArray()
Gets array of all "description" elements |
Description |
getDescriptionArray(int i)
Gets ith "description" element |
HostingRedirector |
getHostingRedirector()
Gets the "hostingRedirector" element |
String |
getServiceKey()
Gets the "serviceKey" attribute |
TModelInstanceDetails |
getTModelInstanceDetails()
Gets the "tModelInstanceDetails" element |
Description |
insertNewDescription(int i)
Inserts and returns a new empty value (as xml) as the ith "description" element |
boolean |
isSetAccessPoint()
True if has "accessPoint" element |
boolean |
isSetHostingRedirector()
True if has "hostingRedirector" element |
boolean |
isSetServiceKey()
True if has "serviceKey" attribute |
void |
removeDescription(int i)
Removes the ith "description" element |
void |
setAccessPoint(AccessPoint accessPoint)
Sets the "accessPoint" element |
void |
setBindingKey(String bindingKey)
Sets the "bindingKey" attribute |
void |
setDescriptionArray(Description[] descriptionArray)
Sets array of all "description" element |
void |
setDescriptionArray(int i,
Description description)
Sets ith "description" element |
void |
setHostingRedirector(HostingRedirector hostingRedirector)
Sets the "hostingRedirector" element |
void |
setServiceKey(String serviceKey)
Sets the "serviceKey" attribute |
void |
setTModelInstanceDetails(TModelInstanceDetails tModelInstanceDetails)
Sets the "tModelInstanceDetails" element |
int |
sizeOfDescriptionArray()
Returns number of "description" element |
void |
unsetAccessPoint()
Unsets the "accessPoint" element |
void |
unsetHostingRedirector()
Unsets the "hostingRedirector" element |
void |
unsetServiceKey()
Unsets the "serviceKey" attribute |
BindingKey |
xgetBindingKey()
Gets (as xml) the "bindingKey" attribute |
ServiceKey |
xgetServiceKey()
Gets (as xml) the "serviceKey" attribute |
void |
xsetBindingKey(BindingKey bindingKey)
Sets (as xml) the "bindingKey" attribute |
void |
xsetServiceKey(ServiceKey serviceKey)
Sets (as xml) the "serviceKey" 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 |
---|
Description[] getDescriptionArray()
Description getDescriptionArray(int i)
int sizeOfDescriptionArray()
void setDescriptionArray(Description[] descriptionArray)
void setDescriptionArray(int i, Description description)
Description insertNewDescription(int i)
Description addNewDescription()
void removeDescription(int i)
AccessPoint getAccessPoint()
boolean isSetAccessPoint()
void setAccessPoint(AccessPoint accessPoint)
AccessPoint addNewAccessPoint()
void unsetAccessPoint()
HostingRedirector getHostingRedirector()
boolean isSetHostingRedirector()
void setHostingRedirector(HostingRedirector hostingRedirector)
HostingRedirector addNewHostingRedirector()
void unsetHostingRedirector()
TModelInstanceDetails getTModelInstanceDetails()
void setTModelInstanceDetails(TModelInstanceDetails tModelInstanceDetails)
TModelInstanceDetails addNewTModelInstanceDetails()
String getServiceKey()
ServiceKey xgetServiceKey()
boolean isSetServiceKey()
void setServiceKey(String serviceKey)
void xsetServiceKey(ServiceKey serviceKey)
void unsetServiceKey()
String getBindingKey()
BindingKey xgetBindingKey()
void setBindingKey(String bindingKey)
void xsetBindingKey(BindingKey bindingKey)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |