public class OperationTarget extends Target implements Serializable
Java class for operationTarget complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="operationTarget">
<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}operationEnum" />
<anyAttribute/>
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected OperationEnum |
artifactType |
| Constructor and Description |
|---|
OperationTarget() |
| Modifier and Type | Method and Description |
|---|---|
OperationEnum |
getArtifactType()
Gets the value of the artifactType property.
|
void |
setArtifactType(OperationEnum value)
Sets the value of the artifactType property.
|
protected OperationEnum artifactType
public OperationEnum getArtifactType()
OperationEnumpublic void setArtifactType(OperationEnum value)
value - allowed object is
OperationEnumCopyright © 2011-2013 JBoss, a division of Red Hat. All Rights Reserved.