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