public class ContentFormat extends Object implements Serializable
| Constructor and Description |
|---|
ContentFormat() |
ContentFormat(String mimetype,
String encoding) |
| 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
|
String |
getEncoding()
Gets the encoding value for this ContentFormat.
|
String |
getMimetype()
Gets the mimetype value for this ContentFormat.
|
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
|
int |
hashCode() |
void |
setEncoding(String encoding)
Sets the encoding value for this ContentFormat.
|
void |
setMimetype(String mimetype)
Sets the mimetype value for this ContentFormat.
|
public String getMimetype()
public void setMimetype(String mimetype)
mimetype - * TODO: MinOccurs = 0?
TODO: Define Constraintspublic String getEncoding()
public void setEncoding(String encoding)
encoding - * TODO: MinOccurs = 0?
TODO: Define Constraintspublic 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.