|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.s_ramp.xmlns._2010.s_ramp.BaseArtifactType
org.s_ramp.xmlns._2010.s_ramp.DocumentArtifactType
public abstract class DocumentArtifactType
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://s-ramp.org/xmlns/2010/s-ramp}BaseArtifactType">
<attribute name="contentType" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="contentSize" type="{http://www.w3.org/2001/XMLSchema}long" />
<anyAttribute/>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Long |
contentSize
|
protected String |
contentType
|
| Fields inherited from class org.s_ramp.xmlns._2010.s_ramp.BaseArtifactType |
|---|
artifactType, classifiedBy, createdBy, createdTimestamp, description, lastModifiedBy, lastModifiedTimestamp, name, property, relationship, uuid, version |
| Constructor Summary | |
|---|---|
DocumentArtifactType()
|
|
| Method Summary | |
|---|---|
Long |
getContentSize()
Gets the value of the contentSize property. |
String |
getContentType()
Gets the value of the contentType property. |
void |
setContentSize(Long value)
Sets the value of the contentSize property. |
void |
setContentType(String value)
Sets the value of the contentType property. |
| Methods inherited from class org.s_ramp.xmlns._2010.s_ramp.BaseArtifactType |
|---|
getArtifactType, getClassifiedBy, getCreatedBy, getCreatedTimestamp, getDescription, getLastModifiedBy, getLastModifiedTimestamp, getName, getOtherAttributes, getProperty, getRelationship, getUuid, getVersion, setArtifactType, setCreatedBy, setCreatedTimestamp, setDescription, setLastModifiedBy, setLastModifiedTimestamp, setName, setUuid, setVersion |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String contentType
protected Long contentSize
| Constructor Detail |
|---|
public DocumentArtifactType()
| Method Detail |
|---|
public String getContentType()
Stringpublic void setContentType(String value)
value - allowed object is
Stringpublic Long getContentSize()
Longpublic void setContentSize(Long value)
value - allowed object is
Long
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||