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