public class ServiceOperationTarget extends Target implements Serializable
Java class for serviceOperationTarget complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="serviceOperationTarget">
<simpleContent>
<extension base="<http://docs.oasis-open.org/s-ramp/ns/s-ramp-v1.0>target">
<attribute name="artifactType" use="required" type="{http://docs.oasis-open.org/s-ramp/ns/s-ramp-v1.0}serviceOperationEnum" />
<anyAttribute/>
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ServiceOperationEnum |
artifactType |
| Constructor and Description |
|---|
ServiceOperationTarget() |
| Modifier and Type | Method and Description |
|---|---|
ServiceOperationEnum |
getArtifactType()
Gets the value of the artifactType property.
|
void |
setArtifactType(ServiceOperationEnum value)
Sets the value of the artifactType property.
|
protected ServiceOperationEnum artifactType
public ServiceOperationEnum getArtifactType()
ServiceOperationEnumpublic void setArtifactType(ServiceOperationEnum value)
value - allowed object is
ServiceOperationEnumCopyright © 2011-2014 JBoss, a division of Red Hat. All Rights Reserved.