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