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