|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoasis.names.tc.wsrp.v1.types.MarkupContext
public class MarkupContext
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 |
---|
public 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 |
---|
public java.lang.Boolean getUseCachedMarkup()
public void setUseCachedMarkup(java.lang.Boolean useCachedMarkup)
useCachedMarkup
- public java.lang.String getMimeType()
public void setMimeType(java.lang.String mimeType)
mimeType
- public java.lang.String getMarkupString()
public void setMarkupString(java.lang.String markupString)
markupString
- public byte[] getMarkupBinary()
public void setMarkupBinary(byte[] markupBinary)
markupBinary
- public java.lang.String getLocale()
public void setLocale(java.lang.String locale)
locale
- public java.lang.Boolean getRequiresUrlRewriting()
public void setRequiresUrlRewriting(java.lang.Boolean requiresUrlRewriting)
requiresUrlRewriting
- public CacheControl getCacheControl()
public void setCacheControl(CacheControl cacheControl)
cacheControl
- public java.lang.String getPreferredTitle()
public void setPreferredTitle(java.lang.String preferredTitle)
preferredTitle
- public Extension[] getExtensions()
public void setExtensions(Extension[] extensions)
extensions
- public Extension getExtensions(int i)
public void setExtensions(int i, Extension _value)
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public 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)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |