oasis.names.tc.wsrp.v1.types
Class MarkupContext

java.lang.Object
  extended by oasis.names.tc.wsrp.v1.types.MarkupContext
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
MarkupContext()
           
MarkupContext(CacheControl cacheControl, Extension[] extensions, java.lang.String locale, byte[] markupBinary, java.lang.String markupString, java.lang.String mimeType, java.lang.String preferredTitle, java.lang.Boolean requiresUrlRewriting, java.lang.Boolean useCachedMarkup)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 CacheControl getCacheControl()
          Gets the cacheControl value for this MarkupContext.
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 MarkupContext.
 Extension getExtensions(int i)
           
 java.lang.String getLocale()
          Gets the locale value for this MarkupContext.
 byte[] getMarkupBinary()
          Gets the markupBinary value for this MarkupContext.
 java.lang.String getMarkupString()
          Gets the markupString value for this MarkupContext.
 java.lang.String getMimeType()
          Gets the mimeType value for this MarkupContext.
 java.lang.String getPreferredTitle()
          Gets the preferredTitle value for this MarkupContext.
 java.lang.Boolean getRequiresUrlRewriting()
          Gets the requiresUrlRewriting value for this MarkupContext.
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.Boolean getUseCachedMarkup()
          Gets the useCachedMarkup value for this MarkupContext.
 int hashCode()
           
 void setCacheControl(CacheControl cacheControl)
          Sets the cacheControl value for this MarkupContext.
 void setExtensions(Extension[] extensions)
          Sets the extensions value for this MarkupContext.
 void setExtensions(int i, Extension _value)
           
 void setLocale(java.lang.String locale)
          Sets the locale value for this MarkupContext.
 void setMarkupBinary(byte[] markupBinary)
          Sets the markupBinary value for this MarkupContext.
 void setMarkupString(java.lang.String markupString)
          Sets the markupString value for this MarkupContext.
 void setMimeType(java.lang.String mimeType)
          Sets the mimeType value for this MarkupContext.
 void setPreferredTitle(java.lang.String preferredTitle)
          Sets the preferredTitle value for this MarkupContext.
 void setRequiresUrlRewriting(java.lang.Boolean requiresUrlRewriting)
          Sets the requiresUrlRewriting value for this MarkupContext.
 void setUseCachedMarkup(java.lang.Boolean useCachedMarkup)
          Sets the useCachedMarkup value for this MarkupContext.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MarkupContext

public MarkupContext()

MarkupContext

public MarkupContext(CacheControl cacheControl,
                     Extension[] extensions,
                     java.lang.String locale,
                     byte[] markupBinary,
                     java.lang.String markupString,
                     java.lang.String mimeType,
                     java.lang.String preferredTitle,
                     java.lang.Boolean requiresUrlRewriting,
                     java.lang.Boolean useCachedMarkup)
Method Detail

getUseCachedMarkup

public java.lang.Boolean getUseCachedMarkup()
Gets the useCachedMarkup value for this MarkupContext.

Returns:
useCachedMarkup

setUseCachedMarkup

public void setUseCachedMarkup(java.lang.Boolean useCachedMarkup)
Sets the useCachedMarkup value for this MarkupContext.

Parameters:
useCachedMarkup -

getMimeType

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

Returns:
mimeType

setMimeType

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

Parameters:
mimeType -

getMarkupString

public java.lang.String getMarkupString()
Gets the markupString value for this MarkupContext.

Returns:
markupString

setMarkupString

public void setMarkupString(java.lang.String markupString)
Sets the markupString value for this MarkupContext.

Parameters:
markupString -

getMarkupBinary

public byte[] getMarkupBinary()
Gets the markupBinary value for this MarkupContext.

Returns:
markupBinary

setMarkupBinary

public void setMarkupBinary(byte[] markupBinary)
Sets the markupBinary value for this MarkupContext.

Parameters:
markupBinary -

getLocale

public java.lang.String getLocale()
Gets the locale value for this MarkupContext.

Returns:
locale

setLocale

public void setLocale(java.lang.String locale)
Sets the locale value for this MarkupContext.

Parameters:
locale -

getRequiresUrlRewriting

public java.lang.Boolean getRequiresUrlRewriting()
Gets the requiresUrlRewriting value for this MarkupContext.

Returns:
requiresUrlRewriting

setRequiresUrlRewriting

public void setRequiresUrlRewriting(java.lang.Boolean requiresUrlRewriting)
Sets the requiresUrlRewriting value for this MarkupContext.

Parameters:
requiresUrlRewriting -

getCacheControl

public CacheControl getCacheControl()
Gets the cacheControl value for this MarkupContext.

Returns:
cacheControl

setCacheControl

public void setCacheControl(CacheControl cacheControl)
Sets the cacheControl value for this MarkupContext.

Parameters:
cacheControl -

getPreferredTitle

public java.lang.String getPreferredTitle()
Gets the preferredTitle value for this MarkupContext.

Returns:
preferredTitle

setPreferredTitle

public void setPreferredTitle(java.lang.String preferredTitle)
Sets the preferredTitle value for this MarkupContext.

Parameters:
preferredTitle -

getExtensions

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

Returns:
extensions

setExtensions

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

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