org.plasma.xml.wsdl.v11
Class Definitions

java.lang.Object
  extended by org.plasma.xml.wsdl.v11.TDocumented
      extended by org.plasma.xml.wsdl.v11.TExtensibleDocumented
          extended by org.plasma.xml.wsdl.v11.Definitions

public class Definitions
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>
 


Field Summary
protected  List<TDocumented> importsAndTypesAndMessages
           
protected  String name
           
protected  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
 List<TDocumented> getImportsAndTypesAndMessages()
          Gets the value of the importsAndTypesAndMessages 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.
 
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

importsAndTypesAndMessages

protected List<TDocumented> importsAndTypesAndMessages

targetNamespace

protected String targetNamespace

name

protected String name
Constructor Detail

Definitions

public Definitions()
Method Detail

getImportsAndTypesAndMessages

public List<TDocumented> getImportsAndTypesAndMessages()
Gets the value of the importsAndTypesAndMessages property.

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


getTargetNamespace

public String getTargetNamespace()
Gets the value of the targetNamespace property.

Returns:
possible object is String

setTargetNamespace

public void setTargetNamespace(String value)
Sets the value of the targetNamespace property.

Parameters:
value - allowed object is String

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String


Copyright © 2013. All rights reserved.