org.s_ramp.xmlns._2010.s_ramp
Class DocumentArtifactType

java.lang.Object
  extended by org.s_ramp.xmlns._2010.s_ramp.BaseArtifactType
      extended by org.s_ramp.xmlns._2010.s_ramp.DocumentArtifactType
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Document, XmlDocument

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://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>
 

See Also:
Serialized Form

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

contentType

protected String contentType

contentSize

protected Long contentSize
Constructor Detail

DocumentArtifactType

public DocumentArtifactType()
Method Detail

getContentType

public String getContentType()
Gets the value of the contentType property.

Returns:
possible object is String

setContentType

public void setContentType(String value)
Sets the value of the contentType property.

Parameters:
value - allowed object is String

getContentSize

public Long getContentSize()
Gets the value of the contentSize property.

Returns:
possible object is Long

setContentSize

public void setContentSize(Long value)
Sets the value of the contentSize property.

Parameters:
value - allowed object is Long


Copyright © 2011-2012 JBoss, a division of Red Hat. All Rights Reserved.