org.apache.ws.scout.uddi
Interface BindingTemplate

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
BindingTemplateImpl

public interface BindingTemplate
extends org.apache.xmlbeans.XmlObject

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

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getDescriptionArray

Description[] getDescriptionArray()
Gets array of all "description" elements


getDescriptionArray

Description getDescriptionArray(int i)
Gets ith "description" element


sizeOfDescriptionArray

int sizeOfDescriptionArray()
Returns number of "description" element


setDescriptionArray

void setDescriptionArray(Description[] descriptionArray)
Sets array of all "description" element


setDescriptionArray

void setDescriptionArray(int i,
                         Description description)
Sets ith "description" element


insertNewDescription

Description insertNewDescription(int i)
Inserts and returns a new empty value (as xml) as the ith "description" element


addNewDescription

Description addNewDescription()
Appends and returns a new empty value (as xml) as the last "description" element


removeDescription

void removeDescription(int i)
Removes the ith "description" element


getAccessPoint

AccessPoint getAccessPoint()
Gets the "accessPoint" element


isSetAccessPoint

boolean isSetAccessPoint()
True if has "accessPoint" element


setAccessPoint

void setAccessPoint(AccessPoint accessPoint)
Sets the "accessPoint" element


addNewAccessPoint

AccessPoint addNewAccessPoint()
Appends and returns a new empty "accessPoint" element


unsetAccessPoint

void unsetAccessPoint()
Unsets the "accessPoint" element


getHostingRedirector

HostingRedirector getHostingRedirector()
Gets the "hostingRedirector" element


isSetHostingRedirector

boolean isSetHostingRedirector()
True if has "hostingRedirector" element


setHostingRedirector

void setHostingRedirector(HostingRedirector hostingRedirector)
Sets the "hostingRedirector" element


addNewHostingRedirector

HostingRedirector addNewHostingRedirector()
Appends and returns a new empty "hostingRedirector" element


unsetHostingRedirector

void unsetHostingRedirector()
Unsets the "hostingRedirector" element


getTModelInstanceDetails

TModelInstanceDetails getTModelInstanceDetails()
Gets the "tModelInstanceDetails" element


setTModelInstanceDetails

void setTModelInstanceDetails(TModelInstanceDetails tModelInstanceDetails)
Sets the "tModelInstanceDetails" element


addNewTModelInstanceDetails

TModelInstanceDetails addNewTModelInstanceDetails()
Appends and returns a new empty "tModelInstanceDetails" element


getServiceKey

String getServiceKey()
Gets the "serviceKey" attribute


xgetServiceKey

ServiceKey xgetServiceKey()
Gets (as xml) the "serviceKey" attribute


isSetServiceKey

boolean isSetServiceKey()
True if has "serviceKey" attribute


setServiceKey

void setServiceKey(String serviceKey)
Sets the "serviceKey" attribute


xsetServiceKey

void xsetServiceKey(ServiceKey serviceKey)
Sets (as xml) the "serviceKey" attribute


unsetServiceKey

void unsetServiceKey()
Unsets the "serviceKey" attribute


getBindingKey

String getBindingKey()
Gets the "bindingKey" attribute


xgetBindingKey

BindingKey xgetBindingKey()
Gets (as xml) the "bindingKey" attribute


setBindingKey

void setBindingKey(String bindingKey)
Sets the "bindingKey" attribute


xsetBindingKey

void xsetBindingKey(BindingKey bindingKey)
Sets (as xml) the "bindingKey" attribute



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.