|
YOKO API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.celtix.wsdl.TExtensibilityElement
org.objectweb.celtix.wsdl.TExtensibilityElementImpl
org.apache.schemas.yoko.bindings.corba.BindingType
public class BindingType
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 |
---|
protected java.util.List<java.lang.String> bases
protected java.lang.String repositoryID
Constructor Detail |
---|
public BindingType()
Method Detail |
---|
public java.util.List<java.lang.String> getBases()
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
public boolean isSetBases()
public void unsetBases()
public java.lang.String getRepositoryID()
String
public void setRepositoryID(java.lang.String value)
value
- allowed object is
String
public boolean isSetRepositoryID()
|
YOKO API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |