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