public class ExtendedDocument extends DocumentArtifactType implements Serializable
Java class for ExtendedDocument complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExtendedDocument">
<complexContent>
<extension base="{http://docs.oasis-open.org/s-ramp/ns/s-ramp-v1.0}DocumentArtifactType">
<attribute name="extendedType" type="{http://www.w3.org/2001/XMLSchema}string" />
<anyAttribute/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
extendedType |
contentHash, contentSize, contentTypeartifactType, classifiedBy, createdBy, createdTimestamp, description, lastModifiedBy, lastModifiedTimestamp, name, property, relationship, uuid, version| Constructor and Description |
|---|
ExtendedDocument() |
| 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.
|
getContentHash, getContentSize, getContentType, setContentHash, setContentSize, setContentTypegetArtifactType, 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-2014 JBoss, a division of Red Hat. All Rights Reserved.