public class AnyTopLevelOptionalElement extends Object
<xs:group xmlns:ns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="anyTopLevelOptionalElement">
<xs:choice>
<xs:element type="ns:tImport" name="import"/>
<xs:element type="ns:tTypes" name="types"/>
<xs:element type="ns:tMessage" name="message">
<xs:unique name="part">
<xs:selector xpath="wsdl:part"/>
<xs:field xpath="@name"/>
</xs:unique>
</xs:element>
<xs:element type="ns:tPortType" name="portType"/>
<xs:element type="ns:tBinding" name="binding"/>
<xs:element type="ns:tService" name="service">
<xs:unique name="port">
<xs:selector xpath="wsdl:port"/>
<xs:field xpath="@name"/>
</xs:unique>
</xs:element>
</xs:choice>
</xs:group>
| Constructor and Description |
|---|
AnyTopLevelOptionalElement() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearChoiceSelect()
Clear the choice selection.
|
TBinding |
getBinding()
Get the 'binding' element value.
|
TImport |
getImport()
Get the 'import' element value.
|
TMessage |
getMessage()
Get the 'message' element value.
|
TPortType |
getPortType()
Get the 'portType' element value.
|
TService |
getService()
Get the 'service' element value.
|
TTypes |
getTypes()
Get the 'types' element value.
|
boolean |
ifBinding()
Check if Binding is current selection for choice.
|
boolean |
ifImport()
Check if Import is current selection for choice.
|
boolean |
ifMessage()
Check if Message is current selection for choice.
|
boolean |
ifPortType()
Check if PortType is current selection for choice.
|
boolean |
ifService()
Check if Service is current selection for choice.
|
boolean |
ifTypes()
Check if Types is current selection for choice.
|
void |
setBinding(TBinding binding)
Set the 'binding' element value.
|
void |
setImport(TImport _import)
Set the 'import' element value.
|
void |
setMessage(TMessage message)
Set the 'message' element value.
|
void |
setPortType(TPortType portType)
Set the 'portType' element value.
|
void |
setService(TService service)
Set the 'service' element value.
|
void |
setTypes(TTypes types)
Set the 'types' element value.
|
public void clearChoiceSelect()
public boolean ifImport()
true if selection, false if notpublic TImport getImport()
public void setImport(TImport _import)
_import - public boolean ifTypes()
true if selection, false if notpublic TTypes getTypes()
public void setTypes(TTypes types)
types - public boolean ifMessage()
true if selection, false if notpublic TMessage getMessage()
public void setMessage(TMessage message)
message - public boolean ifPortType()
true if selection, false if notpublic TPortType getPortType()
public void setPortType(TPortType portType)
portType - public boolean ifBinding()
true if selection, false if notpublic TBinding getBinding()
public void setBinding(TBinding binding)
binding - public boolean ifService()
true if selection, false if notpublic TService getService()
public void setService(TService service)
service - Copyright © 2017 Europeana Foundation. All rights reserved.