public class ContentFormat
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ContentFormat() |
ContentFormat(java.lang.String mimetype,
java.lang.String encoding) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
java.lang.String |
getEncoding()
Gets the encoding value for this ContentFormat.
|
java.lang.String |
getMimetype()
Gets the mimetype value for this ContentFormat.
|
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
|
int |
hashCode() |
void |
setEncoding(java.lang.String encoding)
Sets the encoding value for this ContentFormat.
|
void |
setMimetype(java.lang.String mimetype)
Sets the mimetype value for this ContentFormat.
|
public ContentFormat()
public ContentFormat(java.lang.String mimetype,
java.lang.String encoding)
public java.lang.String getMimetype()
public void setMimetype(java.lang.String mimetype)
mimetype - * TODO: MinOccurs = 0?
TODO: Define Constraintspublic java.lang.String getEncoding()
public void setEncoding(java.lang.String encoding)
encoding - * TODO: MinOccurs = 0?
TODO: Define Constraintspublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.