public class ExtendedArtifactType extends BaseArtifactType implements Serializable
Java class for ExtendedArtifactType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExtendedArtifactType">
<complexContent>
<extension base="{http://docs.oasis-open.org/s-ramp/ns/s-ramp-v1.0}BaseArtifactType">
<attribute name="extendedType" type="{http://www.w3.org/2001/XMLSchema}string" />
<anyAttribute/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
extendedType |
artifactType, classifiedBy, createdBy, createdTimestamp, description, lastModifiedBy, lastModifiedTimestamp, name, property, relationship, uuid, version| Constructor and Description |
|---|
ExtendedArtifactType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getExtendedType()
Gets the value of the extendedType property.
|
void |
setExtendedType(String value)
Sets the value of the extendedType property.
|
getArtifactType, getClassifiedBy, getCreatedBy, getCreatedTimestamp, getDescription, getLastModifiedBy, getLastModifiedTimestamp, getName, getOtherAttributes, getProperty, getRelationship, getUuid, getVersion, setArtifactType, setCreatedBy, setCreatedTimestamp, setDescription, setLastModifiedBy, setLastModifiedTimestamp, setName, setUuid, setVersionprotected String extendedType
Copyright © 2011-2013 JBoss, a division of Red Hat. All Rights Reserved.