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