|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.cxf.wsdl.TDocumented org.apache.cxf.wsdl.TExtensibleDocumented org.apache.cxf.wsdl.TDefinitions
public class TDefinitions
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>
Field Summary | |
---|---|
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
|
Fields inherited from class org.apache.cxf.wsdl.TExtensibleDocumented |
---|
any |
Fields inherited from class org.apache.cxf.wsdl.TDocumented |
---|
documentation |
Constructor Summary | |
---|---|
TDefinitions()
|
Method Summary | |
---|---|
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()
|
Methods inherited from class org.apache.cxf.wsdl.TExtensibleDocumented |
---|
getAny, getOtherAttributes, isSetAny, unsetAny |
Methods inherited from class org.apache.cxf.wsdl.TDocumented |
---|
getDocumentation, isSetDocumentation, setDocumentation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected TImport _import
protected TTypes types
protected TMessage message
protected TPortType portType
protected TBinding binding
protected TService service
protected List<Object> importOrTypesOrMessage
protected String targetNamespace
protected String name
Constructor Detail |
---|
public TDefinitions()
Method Detail |
---|
public TImport getImport()
TImport
public void setImport(TImport value)
value
- allowed object is
TImport
public boolean isSetImport()
public TTypes getTypes()
TTypes
public void setTypes(TTypes value)
value
- allowed object is
TTypes
public boolean isSetTypes()
public TMessage getMessage()
TMessage
public void setMessage(TMessage value)
value
- allowed object is
TMessage
public boolean isSetMessage()
public TPortType getPortType()
TPortType
public void setPortType(TPortType value)
value
- allowed object is
TPortType
public boolean isSetPortType()
public TBinding getBinding()
TBinding
public void setBinding(TBinding value)
value
- allowed object is
TBinding
public boolean isSetBinding()
public TService getService()
TService
public void setService(TService value)
value
- allowed object is
TService
public 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
Object
JAXBElement
<
TTypes
>
JAXBElement
<
TService
>
JAXBElement
<
TPortType
>
JAXBElement
<
TBinding
>
JAXBElement
<
TImport
>
JAXBElement
<
TMessage
>
Element
public boolean isSetImportOrTypesOrMessage()
public void unsetImportOrTypesOrMessage()
public String getTargetNamespace()
String
public void setTargetNamespace(String value)
value
- allowed object is
String
public boolean isSetTargetNamespace()
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public boolean isSetName()
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |