| Package | Description |
|---|---|
| org.hisrc.w3c.wsdl.v_2_0 |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<MessageRefType> |
InterfaceOperationType.input |
protected java.util.List<MessageRefType> |
InterfaceOperationType.output |
| Modifier and Type | Method and Description |
|---|---|
MessageRefType |
ObjectFactory.createMessageRefType()
Create an instance of
MessageRefType |
MessageRefType |
MessageRefType.withAny(java.util.Collection<java.lang.Object> values) |
MessageRefType |
MessageRefType.withAny(java.util.List<java.lang.Object> value) |
MessageRefType |
MessageRefType.withAny(java.lang.Object... values) |
MessageRefType |
MessageRefType.withDocumentation(java.util.Collection<DocumentationType> values) |
MessageRefType |
MessageRefType.withDocumentation(DocumentationType... values) |
MessageRefType |
MessageRefType.withDocumentation(java.util.List<DocumentationType> value) |
MessageRefType |
MessageRefType.withElement(java.lang.String value) |
MessageRefType |
MessageRefType.withMessageLabel(java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
javax.xml.bind.JAXBElement<MessageRefType> |
ObjectFactory.createInterfaceOperationTypeInput(MessageRefType value)
|
javax.xml.bind.JAXBElement<MessageRefType> |
ObjectFactory.createInterfaceOperationTypeOutput(MessageRefType value)
|
java.util.List<MessageRefType> |
InterfaceOperationType.getInput()
Gets the value of the input property.
|
java.util.List<MessageRefType> |
InterfaceOperationType.getOutput()
Gets the value of the output property.
|
| Modifier and Type | Method and Description |
|---|---|
javax.xml.bind.JAXBElement<MessageRefType> |
ObjectFactory.createInterfaceOperationTypeInput(MessageRefType value)
|
javax.xml.bind.JAXBElement<MessageRefType> |
ObjectFactory.createInterfaceOperationTypeOutput(MessageRefType value)
|
InterfaceOperationType |
InterfaceOperationType.withInput(MessageRefType... values) |
InterfaceOperationType |
InterfaceOperationType.withOutput(MessageRefType... values) |
| Modifier and Type | Method and Description |
|---|---|
void |
InterfaceOperationType.setInput(java.util.List<MessageRefType> value) |
void |
InterfaceOperationType.setOutput(java.util.List<MessageRefType> value) |
InterfaceOperationType |
InterfaceOperationType.withInput(java.util.Collection<MessageRefType> values) |
InterfaceOperationType |
InterfaceOperationType.withInput(java.util.List<MessageRefType> value) |
InterfaceOperationType |
InterfaceOperationType.withOutput(java.util.Collection<MessageRefType> values) |
InterfaceOperationType |
InterfaceOperationType.withOutput(java.util.List<MessageRefType> value) |
Copyright © 2014-2022. All Rights Reserved.