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