YOKO API

org.apache.schemas.yoko.bindings.corba
Class BindingType

java.lang.Object
  extended by org.objectweb.celtix.wsdl.TExtensibilityElement
      extended by org.objectweb.celtix.wsdl.TExtensibilityElementImpl
          extended by org.apache.schemas.yoko.bindings.corba.BindingType
All Implemented Interfaces:
javax.wsdl.extensions.ExtensibilityElement

public class BindingType
extends org.objectweb.celtix.wsdl.TExtensibilityElementImpl

YOKO CORBA Binding Type

Java class for bindingType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="bindingType">
   <complexContent>
     <extension base="{http://schemas.xmlsoap.org/wsdl/}tExtensibilityElement">
       <attribute name="bases" type="{http://schemas.apache.org/yoko/bindings/corba}basesType" />
       <attribute name="repositoryID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<java.lang.String> bases
           
protected  java.lang.String repositoryID
           
 
Fields inherited from class org.objectweb.celtix.wsdl.TExtensibilityElement
required
 
Constructor Summary
BindingType()
           
 
Method Summary
 java.util.List<java.lang.String> getBases()
          Gets the value of the bases property.
 java.lang.String getRepositoryID()
          Gets the value of the repositoryID property.
 boolean isSetBases()
           
 boolean isSetRepositoryID()
           
 void setRepositoryID(java.lang.String value)
          Sets the value of the repositoryID property.
 void unsetBases()
           
 
Methods inherited from class org.objectweb.celtix.wsdl.TExtensibilityElementImpl
getElementType, getRequired, setElementType, setRequired
 
Methods inherited from class org.objectweb.celtix.wsdl.TExtensibilityElement
isRequired, isSetRequired, setRequired, unsetRequired
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bases

protected java.util.List<java.lang.String> bases

repositoryID

protected java.lang.String repositoryID
Constructor Detail

BindingType

public BindingType()
Method Detail

getBases

public java.util.List<java.lang.String> getBases()
Gets the value of the bases property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the bases property.

For example, to add a new item, do as follows:

    getBases().add(newItem);
 

Objects of the following type(s) are allowed in the list String


isSetBases

public boolean isSetBases()

unsetBases

public void unsetBases()

getRepositoryID

public java.lang.String getRepositoryID()
Gets the value of the repositoryID property.

Returns:
possible object is String

setRepositoryID

public void setRepositoryID(java.lang.String value)
Sets the value of the repositoryID property.

Parameters:
value - allowed object is String

isSetRepositoryID

public boolean isSetRepositoryID()

YOKO API

-