org.alfresco.webservice.types
Class CMLWriteContent

java.lang.Object
  extended by org.alfresco.webservice.types.CMLWriteContent
All Implemented Interfaces:
java.io.Serializable

public class CMLWriteContent
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
CMLWriteContent()
           
CMLWriteContent(java.lang.String property, byte[] content, ContentFormat format, Predicate where, java.lang.String where_id)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 byte[] getContent()
          Gets the content value for this CMLWriteContent.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 ContentFormat getFormat()
          Gets the format value for this CMLWriteContent.
 java.lang.String getProperty()
          Gets the property value for this CMLWriteContent.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getWhere_id()
          Gets the where_id value for this CMLWriteContent.
 Predicate getWhere()
          Gets the where value for this CMLWriteContent.
 int hashCode()
           
 void setContent(byte[] content)
          Sets the content value for this CMLWriteContent.
 void setFormat(ContentFormat format)
          Sets the format value for this CMLWriteContent.
 void setProperty(java.lang.String property)
          Sets the property value for this CMLWriteContent.
 void setWhere_id(java.lang.String where_id)
          Sets the where_id value for this CMLWriteContent.
 void setWhere(Predicate where)
          Sets the where value for this CMLWriteContent.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMLWriteContent

public CMLWriteContent()

CMLWriteContent

public CMLWriteContent(java.lang.String property,
                       byte[] content,
                       ContentFormat format,
                       Predicate where,
                       java.lang.String where_id)
Method Detail

getProperty

public java.lang.String getProperty()
Gets the property value for this CMLWriteContent.

Returns:
property

setProperty

public void setProperty(java.lang.String property)
Sets the property value for this CMLWriteContent.

Parameters:
property -

getContent

public byte[] getContent()
Gets the content value for this CMLWriteContent.

Returns:
content

setContent

public void setContent(byte[] content)
Sets the content value for this CMLWriteContent.

Parameters:
content -

getFormat

public ContentFormat getFormat()
Gets the format value for this CMLWriteContent.

Returns:
format

setFormat

public void setFormat(ContentFormat format)
Sets the format value for this CMLWriteContent.

Parameters:
format -

getWhere

public Predicate getWhere()
Gets the where value for this CMLWriteContent.

Returns:
where

setWhere

public void setWhere(Predicate where)
Sets the where value for this CMLWriteContent.

Parameters:
where -

getWhere_id

public java.lang.String getWhere_id()
Gets the where_id value for this CMLWriteContent.

Returns:
where_id

setWhere_id

public void setWhere_id(java.lang.String where_id)
Sets the where_id value for this CMLWriteContent.

Parameters:
where_id -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer



Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.