|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.wsdl.TDocumented
org.apache.cxf.wsdl.TExtensibleDocumented
org.apache.cxf.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/}tExtensibleDocumented">
<sequence>
<group ref="{http://schemas.xmlsoap.org/wsdl/}anyTopLevelOptionalElement" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="targetNamespace" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}NCName" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<TDocumented> |
anyTopLevelOptionalElement
|
protected String |
name
|
protected String |
targetNamespace
|
| Fields inherited from class org.apache.cxf.wsdl.TExtensibleDocumented |
|---|
any |
| Fields inherited from class org.apache.cxf.wsdl.TDocumented |
|---|
documentation |
| Constructor Summary | |
|---|---|
TDefinitions()
|
|
| Method Summary | |
|---|---|
List<TDocumented> |
getAnyTopLevelOptionalElement()
Gets the value of the anyTopLevelOptionalElement property. |
String |
getName()
Gets the value of the name property. |
String |
getTargetNamespace()
Gets the value of the targetNamespace property. |
boolean |
isSetAnyTopLevelOptionalElement()
|
boolean |
isSetName()
|
boolean |
isSetTargetNamespace()
|
void |
setName(String value)
Sets the value of the name property. |
void |
setTargetNamespace(String value)
Sets the value of the targetNamespace property. |
void |
unsetAnyTopLevelOptionalElement()
|
| Methods inherited from class org.apache.cxf.wsdl.TExtensibleDocumented |
|---|
getAny, isSetAny, unsetAny |
| Methods inherited from class org.apache.cxf.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 List<TDocumented> anyTopLevelOptionalElement
protected String targetNamespace
protected String name
| Constructor Detail |
|---|
public TDefinitions()
| Method Detail |
|---|
public 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
TTypes
TPortType
TMessage
TService
TBinding
TImport
public boolean isSetAnyTopLevelOptionalElement()
public void unsetAnyTopLevelOptionalElement()
public String getTargetNamespace()
Stringpublic void setTargetNamespace(String value)
value - allowed object is
Stringpublic boolean isSetTargetNamespace()
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSetName()
|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||