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