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