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