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 minOccurs="0">
<group ref="{http://schemas.xmlsoap.org/wsdl/}anyTopLevelOptionalElement"/>
<choice maxOccurs="unbounded" minOccurs="0">
<group ref="{http://schemas.xmlsoap.org/wsdl/}anyTopLevelOptionalElement"/>
<any processContents='lax' namespace='##other'/>
</choice>
</sequence>
<attribute name="targetNamespace" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}NCName" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TImport |
_import |
protected TBinding |
binding |
protected List<Object> |
importOrTypesOrMessage |
protected TMessage |
message |
protected String |
name |
protected TPortType |
portType |
protected TService |
service |
protected String |
targetNamespace |
protected TTypes |
types |
anydocumentation| Constructor and Description |
|---|
TDefinitions() |
| Modifier and Type | Method and Description |
|---|---|
TBinding |
getBinding()
Gets the value of the binding property.
|
TImport |
getImport()
Gets the value of the import property.
|
List<Object> |
getImportOrTypesOrMessage()
Gets the value of the importOrTypesOrMessage property.
|
TMessage |
getMessage()
Gets the value of the message property.
|
String |
getName()
Gets the value of the name property.
|
TPortType |
getPortType()
Gets the value of the portType property.
|
TService |
getService()
Gets the value of the service property.
|
String |
getTargetNamespace()
Gets the value of the targetNamespace property.
|
TTypes |
getTypes()
Gets the value of the types property.
|
boolean |
isSetBinding() |
boolean |
isSetImport() |
boolean |
isSetImportOrTypesOrMessage() |
boolean |
isSetMessage() |
boolean |
isSetName() |
boolean |
isSetPortType() |
boolean |
isSetService() |
boolean |
isSetTargetNamespace() |
boolean |
isSetTypes() |
void |
setBinding(TBinding value)
Sets the value of the binding property.
|
void |
setImport(TImport value)
Sets the value of the import property.
|
void |
setMessage(TMessage value)
Sets the value of the message property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPortType(TPortType value)
Sets the value of the portType property.
|
void |
setService(TService value)
Sets the value of the service property.
|
void |
setTargetNamespace(String value)
Sets the value of the targetNamespace property.
|
void |
setTypes(TTypes value)
Sets the value of the types property.
|
void |
unsetImportOrTypesOrMessage() |
getAny, getOtherAttributes, isSetAny, unsetAnygetDocumentation, isSetDocumentation, setDocumentationprotected TImport _import
protected TTypes types
protected TMessage message
protected TPortType portType
protected TBinding binding
protected TService service
protected String targetNamespace
protected String name
public TImport getImport()
TImportpublic void setImport(TImport value)
value - allowed object is
TImportpublic boolean isSetImport()
public TTypes getTypes()
TTypespublic void setTypes(TTypes value)
value - allowed object is
TTypespublic boolean isSetTypes()
public TMessage getMessage()
TMessagepublic void setMessage(TMessage value)
value - allowed object is
TMessagepublic boolean isSetMessage()
public TPortType getPortType()
TPortTypepublic void setPortType(TPortType value)
value - allowed object is
TPortTypepublic boolean isSetPortType()
public TBinding getBinding()
TBindingpublic void setBinding(TBinding value)
value - allowed object is
TBindingpublic boolean isSetBinding()
public TService getService()
TServicepublic void setService(TService value)
value - allowed object is
TServicepublic boolean isSetService()
public List<Object> getImportOrTypesOrMessage()
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 importOrTypesOrMessage property.
For example, to add a new item, do as follows:
getImportOrTypesOrMessage().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<TImport>
JAXBElement<TMessage>
Element
JAXBElement<TBinding>
Object
JAXBElement<TService>
JAXBElement<TPortType>
JAXBElement<TTypes>
public boolean isSetImportOrTypesOrMessage()
public void unsetImportOrTypesOrMessage()
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