|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.plasma.xml.wsdl.v11.TDocumented
org.plasma.xml.wsdl.v11.TExtensibleDocumented
org.plasma.xml.wsdl.v11.Definitions
public class Definitions
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 java.util.List<TDocumented> |
importsAndTypesAndMessages
|
protected java.lang.String |
name
|
protected java.lang.String |
targetNamespace
|
| Fields inherited from class org.plasma.xml.wsdl.v11.TExtensibleDocumented |
|---|
anies |
| Fields inherited from class org.plasma.xml.wsdl.v11.TDocumented |
|---|
documentation |
| Constructor Summary | |
|---|---|
Definitions()
|
|
| Method Summary | |
|---|---|
java.util.List<TDocumented> |
getImportsAndTypesAndMessages()
Gets the value of the importsAndTypesAndMessages property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.lang.String |
getTargetNamespace()
Gets the value of the targetNamespace property. |
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. |
| Methods inherited from class org.plasma.xml.wsdl.v11.TExtensibleDocumented |
|---|
getAnies |
| Methods inherited from class org.plasma.xml.wsdl.v11.TDocumented |
|---|
getDocumentation, 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> importsAndTypesAndMessages
protected java.lang.String targetNamespace
protected java.lang.String name
| Constructor Detail |
|---|
public Definitions()
| Method Detail |
|---|
public java.util.List<TDocumented> getImportsAndTypesAndMessages()
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 importsAndTypesAndMessages property.
For example, to add a new item, do as follows:
getImportsAndTypesAndMessages().add(newItem);
Objects of the following type(s) are allowed in the list
TPortType
TBinding
TMessage
TImport
TTypes
TService
public java.lang.String getTargetNamespace()
Stringpublic void setTargetNamespace(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||