public class OperationInput extends NamedWsdlDerivedArtifactType implements Serializable
Java class for OperationInput complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OperationInput">
<complexContent>
<extension base="{http://docs.oasis-open.org/s-ramp/ns/s-ramp-v1.0}NamedWsdlDerivedArtifactType">
<sequence>
<element name="message" type="{http://docs.oasis-open.org/s-ramp/ns/s-ramp-v1.0}messageTarget"/>
</sequence>
<anyAttribute/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected MessageTarget |
message |
ncNameextension, namespacerelatedDocumentartifactType, classifiedBy, createdBy, createdTimestamp, description, lastModifiedBy, lastModifiedTimestamp, name, property, relationship, uuid, version| Constructor and Description |
|---|
OperationInput() |
| Modifier and Type | Method and Description |
|---|---|
MessageTarget |
getMessage()
Gets the value of the message property.
|
void |
setMessage(MessageTarget value)
Sets the value of the message property.
|
getNCName, setNCNamegetExtension, getNamespace, setNamespacegetRelatedDocument, setRelatedDocumentgetArtifactType, getClassifiedBy, getCreatedBy, getCreatedTimestamp, getDescription, getLastModifiedBy, getLastModifiedTimestamp, getName, getOtherAttributes, getProperty, getRelationship, getUuid, getVersion, setArtifactType, setCreatedBy, setCreatedTimestamp, setDescription, setLastModifiedBy, setLastModifiedTimestamp, setName, setUuid, setVersionprotected MessageTarget message
public MessageTarget getMessage()
MessageTargetpublic void setMessage(MessageTarget value)
value - allowed object is
MessageTargetCopyright © 2011-2013 JBoss, a division of Red Hat. All Rights Reserved.