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