org.s_ramp.xmlns._2010.s_ramp
Class ServiceTarget
java.lang.Object
org.s_ramp.xmlns._2010.s_ramp.Target
org.s_ramp.xmlns._2010.s_ramp.ServiceTarget
- All Implemented Interfaces:
- Serializable
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://s-ramp.org/xmlns/2010/s-ramp>target">
<attribute name="artifactType" use="required" type="{http://s-ramp.org/xmlns/2010/s-ramp}serviceEnum" />
<anyAttribute/>
</extension>
</simpleContent>
</complexType>
- See Also:
- Serialized Form
| Fields inherited from class org.s_ramp.xmlns._2010.s_ramp.Target |
href, value |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
artifactType
protected ServiceEnum artifactType
ServiceTarget
public ServiceTarget()
getArtifactType
public ServiceEnum getArtifactType()
- Gets the value of the artifactType property.
- Returns:
- possible object is
ServiceEnum
setArtifactType
public void setArtifactType(ServiceEnum value)
- Sets the value of the artifactType property.
- Parameters:
value - allowed object is
ServiceEnum
Copyright © 2011-2012 JBoss, a division of Red Hat. All Rights Reserved.