org.exoplatform.services.wsrp.type
Class MarkupType

java.lang.Object
  extended by org.exoplatform.services.wsrp.type.MarkupType
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
MarkupType()
           
MarkupType(java.lang.String mimeType, java.lang.String[] modes, java.lang.String[] windowStates, java.lang.String[] locales, Extension[] extensions)
           
 
Method Summary
 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
 Extension[] getExtensions()
          Gets the extensions value for this MarkupType.
 Extension getExtensions(int i)
           
 java.lang.String[] getLocales()
          Gets the locales value for this MarkupType.
 java.lang.String getLocales(int i)
           
 java.lang.String getMimeType()
          Gets the mimeType value for this MarkupType.
 java.lang.String[] getModes()
          Gets the modes value for this MarkupType.
 java.lang.String getModes(int i)
           
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[] getWindowStates()
          Gets the windowStates value for this MarkupType.
 java.lang.String getWindowStates(int i)
           
 int hashCode()
           
 void setExtensions(Extension[] extensions)
          Sets the extensions value for this MarkupType.
 void setExtensions(int i, Extension _value)
           
 void setLocales(int i, java.lang.String _value)
           
 void setLocales(java.lang.String[] locales)
          Sets the locales value for this MarkupType.
 void setMimeType(java.lang.String mimeType)
          Sets the mimeType value for this MarkupType.
 void setModes(int i, java.lang.String _value)
           
 void setModes(java.lang.String[] modes)
          Sets the modes value for this MarkupType.
 void setWindowStates(int i, java.lang.String _value)
           
 void setWindowStates(java.lang.String[] windowStates)
          Sets the windowStates value for this MarkupType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MarkupType

public MarkupType()

MarkupType

public MarkupType(java.lang.String mimeType,
                  java.lang.String[] modes,
                  java.lang.String[] windowStates,
                  java.lang.String[] locales,
                  Extension[] extensions)
Method Detail

getMimeType

public java.lang.String getMimeType()
Gets the mimeType value for this MarkupType.

Returns:
mimeType

setMimeType

public void setMimeType(java.lang.String mimeType)
Sets the mimeType value for this MarkupType.

Parameters:
mimeType -

getModes

public java.lang.String[] getModes()
Gets the modes value for this MarkupType.

Returns:
modes

setModes

public void setModes(java.lang.String[] modes)
Sets the modes value for this MarkupType.

Parameters:
modes -

getModes

public java.lang.String getModes(int i)

setModes

public void setModes(int i,
                     java.lang.String _value)

getWindowStates

public java.lang.String[] getWindowStates()
Gets the windowStates value for this MarkupType.

Returns:
windowStates

setWindowStates

public void setWindowStates(java.lang.String[] windowStates)
Sets the windowStates value for this MarkupType.

Parameters:
windowStates -

getWindowStates

public java.lang.String getWindowStates(int i)

setWindowStates

public void setWindowStates(int i,
                            java.lang.String _value)

getLocales

public java.lang.String[] getLocales()
Gets the locales value for this MarkupType.

Returns:
locales

setLocales

public void setLocales(java.lang.String[] locales)
Sets the locales value for this MarkupType.

Parameters:
locales -

getLocales

public java.lang.String getLocales(int i)

setLocales

public void setLocales(int i,
                       java.lang.String _value)

getExtensions

public Extension[] getExtensions()
Gets the extensions value for this MarkupType.

Returns:
extensions

setExtensions

public void setExtensions(Extension[] extensions)
Sets the extensions value for this MarkupType.

Parameters:
extensions -

getExtensions

public Extension getExtensions(int i)

setExtensions

public void setExtensions(int i,
                          Extension _value)

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 © 2010 eXo Platform SAS. All Rights Reserved.