org.apache.geronimo.openejb.xbeans.ejbjar
Interface OpenejbWebServiceBindingType

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

public interface OpenejbWebServiceBindingType
extends org.apache.xmlbeans.XmlObject

An XML web-service-bindingType(@http://geronimo.apache.org/xml/ns/j2ee/ejb/openejb-2.0). This is a complex type.


Nested Class Summary
static class OpenejbWebServiceBindingType.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
 OpenejbWebServiceSecurityType addNewWebServiceSecurity()
          Appends and returns a new empty "web-service-security" element
 org.apache.xmlbeans.XmlString addNewWebServiceVirtualHost()
          Appends and returns a new empty value (as xml) as the last "web-service-virtual-host" element
 void addWebServiceVirtualHost(String webServiceVirtualHost)
          Appends the value as the last "web-service-virtual-host" element
 String getEjbName()
          Gets the "ejb-name" element
 String getWebServiceAddress()
          Gets the "web-service-address" element
 OpenejbWebServiceSecurityType getWebServiceSecurity()
          Gets the "web-service-security" element
 String[] getWebServiceVirtualHostArray()
          Gets array of all "web-service-virtual-host" elements
 String getWebServiceVirtualHostArray(int i)
          Gets ith "web-service-virtual-host" element
 org.apache.xmlbeans.XmlString insertNewWebServiceVirtualHost(int i)
          Inserts and returns a new empty value (as xml) as the ith "web-service-virtual-host" element
 void insertWebServiceVirtualHost(int i, String webServiceVirtualHost)
          Inserts the value as the ith "web-service-virtual-host" element
 boolean isSetWebServiceAddress()
          True if has "web-service-address" element
 boolean isSetWebServiceSecurity()
          True if has "web-service-security" element
 void removeWebServiceVirtualHost(int i)
          Removes the ith "web-service-virtual-host" element
 void setEjbName(String ejbName)
          Sets the "ejb-name" element
 void setWebServiceAddress(String webServiceAddress)
          Sets the "web-service-address" element
 void setWebServiceSecurity(OpenejbWebServiceSecurityType webServiceSecurity)
          Sets the "web-service-security" element
 void setWebServiceVirtualHostArray(int i, String webServiceVirtualHost)
          Sets ith "web-service-virtual-host" element
 void setWebServiceVirtualHostArray(String[] webServiceVirtualHostArray)
          Sets array of all "web-service-virtual-host" element
 int sizeOfWebServiceVirtualHostArray()
          Returns number of "web-service-virtual-host" element
 void unsetWebServiceAddress()
          Unsets the "web-service-address" element
 void unsetWebServiceSecurity()
          Unsets the "web-service-security" element
 org.apache.xmlbeans.XmlString xgetEjbName()
          Gets (as xml) the "ejb-name" element
 org.apache.xmlbeans.XmlString xgetWebServiceAddress()
          Gets (as xml) the "web-service-address" element
 org.apache.xmlbeans.XmlString[] xgetWebServiceVirtualHostArray()
          Gets (as xml) array of all "web-service-virtual-host" elements
 org.apache.xmlbeans.XmlString xgetWebServiceVirtualHostArray(int i)
          Gets (as xml) ith "web-service-virtual-host" element
 void xsetEjbName(org.apache.xmlbeans.XmlString ejbName)
          Sets (as xml) the "ejb-name" element
 void xsetWebServiceAddress(org.apache.xmlbeans.XmlString webServiceAddress)
          Sets (as xml) the "web-service-address" element
 void xsetWebServiceVirtualHostArray(int i, org.apache.xmlbeans.XmlString webServiceVirtualHost)
          Sets (as xml) ith "web-service-virtual-host" element
 void xsetWebServiceVirtualHostArray(org.apache.xmlbeans.XmlString[] webServiceVirtualHostArray)
          Sets (as xml) array of all "web-service-virtual-host" element
 
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

getEjbName

String getEjbName()
Gets the "ejb-name" element


xgetEjbName

org.apache.xmlbeans.XmlString xgetEjbName()
Gets (as xml) the "ejb-name" element


setEjbName

void setEjbName(String ejbName)
Sets the "ejb-name" element


xsetEjbName

void xsetEjbName(org.apache.xmlbeans.XmlString ejbName)
Sets (as xml) the "ejb-name" element


getWebServiceAddress

String getWebServiceAddress()
Gets the "web-service-address" element


xgetWebServiceAddress

org.apache.xmlbeans.XmlString xgetWebServiceAddress()
Gets (as xml) the "web-service-address" element


isSetWebServiceAddress

boolean isSetWebServiceAddress()
True if has "web-service-address" element


setWebServiceAddress

void setWebServiceAddress(String webServiceAddress)
Sets the "web-service-address" element


xsetWebServiceAddress

void xsetWebServiceAddress(org.apache.xmlbeans.XmlString webServiceAddress)
Sets (as xml) the "web-service-address" element


unsetWebServiceAddress

void unsetWebServiceAddress()
Unsets the "web-service-address" element


getWebServiceVirtualHostArray

String[] getWebServiceVirtualHostArray()
Gets array of all "web-service-virtual-host" elements


getWebServiceVirtualHostArray

String getWebServiceVirtualHostArray(int i)
Gets ith "web-service-virtual-host" element


xgetWebServiceVirtualHostArray

org.apache.xmlbeans.XmlString[] xgetWebServiceVirtualHostArray()
Gets (as xml) array of all "web-service-virtual-host" elements


xgetWebServiceVirtualHostArray

org.apache.xmlbeans.XmlString xgetWebServiceVirtualHostArray(int i)
Gets (as xml) ith "web-service-virtual-host" element


sizeOfWebServiceVirtualHostArray

int sizeOfWebServiceVirtualHostArray()
Returns number of "web-service-virtual-host" element


setWebServiceVirtualHostArray

void setWebServiceVirtualHostArray(String[] webServiceVirtualHostArray)
Sets array of all "web-service-virtual-host" element


setWebServiceVirtualHostArray

void setWebServiceVirtualHostArray(int i,
                                   String webServiceVirtualHost)
Sets ith "web-service-virtual-host" element


xsetWebServiceVirtualHostArray

void xsetWebServiceVirtualHostArray(org.apache.xmlbeans.XmlString[] webServiceVirtualHostArray)
Sets (as xml) array of all "web-service-virtual-host" element


xsetWebServiceVirtualHostArray

void xsetWebServiceVirtualHostArray(int i,
                                    org.apache.xmlbeans.XmlString webServiceVirtualHost)
Sets (as xml) ith "web-service-virtual-host" element


insertWebServiceVirtualHost

void insertWebServiceVirtualHost(int i,
                                 String webServiceVirtualHost)
Inserts the value as the ith "web-service-virtual-host" element


addWebServiceVirtualHost

void addWebServiceVirtualHost(String webServiceVirtualHost)
Appends the value as the last "web-service-virtual-host" element


insertNewWebServiceVirtualHost

org.apache.xmlbeans.XmlString insertNewWebServiceVirtualHost(int i)
Inserts and returns a new empty value (as xml) as the ith "web-service-virtual-host" element


addNewWebServiceVirtualHost

org.apache.xmlbeans.XmlString addNewWebServiceVirtualHost()
Appends and returns a new empty value (as xml) as the last "web-service-virtual-host" element


removeWebServiceVirtualHost

void removeWebServiceVirtualHost(int i)
Removes the ith "web-service-virtual-host" element


getWebServiceSecurity

OpenejbWebServiceSecurityType getWebServiceSecurity()
Gets the "web-service-security" element


isSetWebServiceSecurity

boolean isSetWebServiceSecurity()
True if has "web-service-security" element


setWebServiceSecurity

void setWebServiceSecurity(OpenejbWebServiceSecurityType webServiceSecurity)
Sets the "web-service-security" element


addNewWebServiceSecurity

OpenejbWebServiceSecurityType addNewWebServiceSecurity()
Appends and returns a new empty "web-service-security" element


unsetWebServiceSecurity

void unsetWebServiceSecurity()
Unsets the "web-service-security" element



Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.