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