public class Port extends NamedWsdlDerivedArtifactType implements Serializable
Java class for Port complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Port">
<complexContent>
<extension base="{http://docs.oasis-open.org/s-ramp/ns/s-ramp-v1.0}NamedWsdlDerivedArtifactType">
<sequence>
<element name="Binding" type="{http://docs.oasis-open.org/s-ramp/ns/s-ramp-v1.0}bindingTarget"/>
</sequence>
<anyAttribute/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BindingTarget |
binding |
ncNameextension, namespacerelatedDocumentartifactType, classifiedBy, createdBy, createdTimestamp, description, lastModifiedBy, lastModifiedTimestamp, name, property, relationship, uuid, version| Constructor and Description |
|---|
Port() |
| Modifier and Type | Method and Description |
|---|---|
BindingTarget |
getBinding()
Gets the value of the binding property.
|
void |
setBinding(BindingTarget value)
Sets the value of the binding property.
|
getNCName, setNCNamegetExtension, getNamespace, setNamespacegetRelatedDocument, setRelatedDocumentgetArtifactType, getClassifiedBy, getCreatedBy, getCreatedTimestamp, getDescription, getLastModifiedBy, getLastModifiedTimestamp, getName, getOtherAttributes, getProperty, getRelationship, getUuid, getVersion, setArtifactType, setCreatedBy, setCreatedTimestamp, setDescription, setLastModifiedBy, setLastModifiedTimestamp, setName, setUuid, setVersionprotected BindingTarget binding
public BindingTarget getBinding()
BindingTargetpublic void setBinding(BindingTarget value)
value - allowed object is
BindingTargetCopyright © 2011-2013 JBoss, a division of Red Hat. All Rights Reserved.