public class Content extends Object implements Serializable
| Constructor and Description |
|---|
Content() |
Content(Reference node,
String property,
long length,
ContentFormat format,
String url) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
ContentFormat |
getFormat()
Gets the format value for this Content.
|
long |
getLength()
Gets the length value for this Content.
|
Reference |
getNode()
Gets the node value for this Content.
|
String |
getProperty()
Gets the property value for this Content.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
String |
getUrl()
Gets the url value for this Content.
|
int |
hashCode() |
void |
setFormat(ContentFormat format)
Sets the format value for this Content.
|
void |
setLength(long length)
Sets the length value for this Content.
|
void |
setNode(Reference node)
Sets the node value for this Content.
|
void |
setProperty(String property)
Sets the property value for this Content.
|
void |
setUrl(String url)
Sets the url value for this Content.
|
public Content()
public Content(Reference node, String property, long length, ContentFormat format, String url)
public Reference getNode()
public void setNode(Reference node)
node - public String getProperty()
public void setProperty(String property)
property - public long getLength()
public void setLength(long length)
length - public ContentFormat getFormat()
public void setFormat(ContentFormat format)
format - public String getUrl()
public void setUrl(String url)
url - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2005–2014 Alfresco Software. All rights reserved.