public class Description extends ExtensibleDocumentedType
Java class for DescriptionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DescriptionType">
<complexContent>
<extension base="{http://www.w3.org/ns/wsdl}ExtensibleDocumentedType">
<choice maxOccurs="unbounded" minOccurs="0">
<element ref="{http://www.w3.org/ns/wsdl}import"/>
<element ref="{http://www.w3.org/ns/wsdl}include"/>
<element ref="{http://www.w3.org/ns/wsdl}types"/>
<element ref="{http://www.w3.org/ns/wsdl}interface"/>
<element ref="{http://www.w3.org/ns/wsdl}binding"/>
<element ref="{http://www.w3.org/ns/wsdl}service"/>
<any/>
</choice>
<attribute name="targetNamespace" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Object> |
importsAndIncludesAndTypes |
protected String |
targetNamespace |
documentations| Constructor and Description |
|---|
Description() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getImportsAndIncludesAndTypes()
Gets the value of the importsAndIncludesAndTypes property.
|
String |
getTargetNamespace()
Gets the value of the targetNamespace property.
|
void |
setTargetNamespace(String value)
Sets the value of the targetNamespace property.
|
getOtherAttributesgetDocumentationsprotected String targetNamespace
public List<Object> getImportsAndIncludesAndTypes()
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 importsAndIncludesAndTypes property.
For example, to add a new item, do as follows:
getImportsAndIncludesAndTypes().add(newItem);
Objects of the following type(s) are allowed in the list
Interface
Types
Service
Element
Binding
Import
Include
public String getTargetNamespace()
StringCopyright © 2017. All rights reserved.