public abstract class DerivedArtifactType extends BaseArtifactType implements Serializable
Java class for DerivedArtifactType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DerivedArtifactType">
<complexContent>
<extension base="{http://docs.oasis-open.org/s-ramp/ns/s-ramp-v1.0}BaseArtifactType">
<sequence>
<element name="relatedDocument" type="{http://docs.oasis-open.org/s-ramp/ns/s-ramp-v1.0}documentArtifactTarget"/>
</sequence>
<anyAttribute/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DocumentArtifactTarget |
relatedDocument |
artifactType, classifiedBy, createdBy, createdTimestamp, description, lastModifiedBy, lastModifiedTimestamp, name, property, relationship, uuid, version| Constructor and Description |
|---|
DerivedArtifactType() |
| Modifier and Type | Method and Description |
|---|---|
DocumentArtifactTarget |
getRelatedDocument()
Gets the value of the relatedDocument property.
|
void |
setRelatedDocument(DocumentArtifactTarget value)
Sets the value of the relatedDocument property.
|
getArtifactType, getClassifiedBy, getCreatedBy, getCreatedTimestamp, getDescription, getLastModifiedBy, getLastModifiedTimestamp, getName, getOtherAttributes, getProperty, getRelationship, getUuid, getVersion, setArtifactType, setCreatedBy, setCreatedTimestamp, setDescription, setLastModifiedBy, setLastModifiedTimestamp, setName, setUuid, setVersionprotected DocumentArtifactTarget relatedDocument
public DocumentArtifactTarget getRelatedDocument()
DocumentArtifactTargetpublic void setRelatedDocument(DocumentArtifactTarget value)
value - allowed object is
DocumentArtifactTargetCopyright © 2011-2014 JBoss, a division of Red Hat. All Rights Reserved.