public class TDefinitions extends TExtensibleDocumented
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>
| Modifier and Type | Field and Description |
|---|---|
protected List<TDocumented> |
anyTopLevelOptionalElement |
protected String |
name |
protected String |
targetNamespace |
anydocumentation| Constructor and Description |
|---|
TDefinitions() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setTargetNamespace(String value)
Sets the value of the targetNamespace property.
|
getAnygetDocumentation, setDocumentationprotected List<TDocumented> anyTopLevelOptionalElement
protected String targetNamespace
protected String name
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
TPortType
TService
TTypes
TImport
TMessage
TBinding
public String getTargetNamespace()
Stringpublic void setTargetNamespace(String value)
value - allowed object is
Stringpublic String getName()
StringCopyright © 2007–2015 The Apache Software Foundation. All rights reserved.