|
YOKO API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.celtix.wsdl.TDocumented
org.objectweb.celtix.wsdl.TDefinitions
public class TDefinitions
Java class for tDefinitions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tDefinitions"> <complexContent> <extension base="{http://schemas.xmlsoap.org/wsdl/}tDocumented"> <sequence> <group ref="{http://schemas.xmlsoap.org/wsdl/}anyTopLevelOptionalElement" maxOccurs="unbounded" minOccurs="0"/> <any/> </sequence> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}NCName" /> <attribute name="targetNamespace" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.util.List<java.lang.Object> |
any
|
protected java.util.List<TDocumented> |
anyTopLevelOptionalElement
|
protected java.lang.String |
name
|
protected java.lang.String |
targetNamespace
|
Fields inherited from class org.objectweb.celtix.wsdl.TDocumented |
---|
documentation |
Constructor Summary | |
---|---|
TDefinitions()
|
Method Summary | |
---|---|
java.util.List<java.lang.Object> |
getAny()
Gets the value of the any property. |
java.util.List<TDocumented> |
getAnyTopLevelOptionalElement()
Gets the value of the anyTopLevelOptionalElement property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.lang.String |
getTargetNamespace()
Gets the value of the targetNamespace property. |
boolean |
isSetAny()
|
boolean |
isSetAnyTopLevelOptionalElement()
|
boolean |
isSetName()
|
boolean |
isSetTargetNamespace()
|
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setTargetNamespace(java.lang.String value)
Sets the value of the targetNamespace property. |
void |
unsetAny()
|
void |
unsetAnyTopLevelOptionalElement()
|
Methods inherited from class org.objectweb.celtix.wsdl.TDocumented |
---|
getDocumentation, isSetDocumentation, setDocumentation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.List<TDocumented> anyTopLevelOptionalElement
protected java.util.List<java.lang.Object> any
protected java.lang.String name
protected java.lang.String targetNamespace
Constructor Detail |
---|
public TDefinitions()
Method Detail |
---|
public java.util.List<TDocumented> getAnyTopLevelOptionalElement()
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 anyTopLevelOptionalElement property.
For example, to add a new item, do as follows:
getAnyTopLevelOptionalElement().add(newItem);
Objects of the following type(s) are allowed in the list
TPortType
TImport
TMessage
TTypes
TService
TBinding
public boolean isSetAnyTopLevelOptionalElement()
public void unsetAnyTopLevelOptionalElement()
public java.util.List<java.lang.Object> getAny()
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 any property.
For example, to add a new item, do as follows:
getAny().add(newItem);
Objects of the following type(s) are allowed in the list
Object
Element
public boolean isSetAny()
public void unsetAny()
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public boolean isSetName()
public java.lang.String getTargetNamespace()
String
public void setTargetNamespace(java.lang.String value)
value
- allowed object is
String
public boolean isSetTargetNamespace()
|
YOKO API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |