|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakart.wsapp.SnippetOptions
public class SnippetOptions
| Constructor Summary | |
|---|---|
SnippetOptions()
|
|
SnippetOptions(boolean enableSnippets,
boolean escapeHTML,
int numberOfSnippets,
java.lang.String postKeywordHighlight,
java.lang.String preKeywordHighlight,
int snippetSizeInChars)
|
|
| 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 |
int |
getNumberOfSnippets()
Gets the numberOfSnippets value for this SnippetOptions. |
java.lang.String |
getPostKeywordHighlight()
Gets the postKeywordHighlight value for this SnippetOptions. |
java.lang.String |
getPreKeywordHighlight()
Gets the preKeywordHighlight value for this SnippetOptions. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
int |
getSnippetSizeInChars()
Gets the snippetSizeInChars value for this SnippetOptions. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
boolean |
isEnableSnippets()
Gets the enableSnippets value for this SnippetOptions. |
boolean |
isEscapeHTML()
Gets the escapeHTML value for this SnippetOptions. |
void |
setEnableSnippets(boolean enableSnippets)
Sets the enableSnippets value for this SnippetOptions. |
void |
setEscapeHTML(boolean escapeHTML)
Sets the escapeHTML value for this SnippetOptions. |
void |
setNumberOfSnippets(int numberOfSnippets)
Sets the numberOfSnippets value for this SnippetOptions. |
void |
setPostKeywordHighlight(java.lang.String postKeywordHighlight)
Sets the postKeywordHighlight value for this SnippetOptions. |
void |
setPreKeywordHighlight(java.lang.String preKeywordHighlight)
Sets the preKeywordHighlight value for this SnippetOptions. |
void |
setSnippetSizeInChars(int snippetSizeInChars)
Sets the snippetSizeInChars value for this SnippetOptions. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SnippetOptions()
public SnippetOptions(boolean enableSnippets,
boolean escapeHTML,
int numberOfSnippets,
java.lang.String postKeywordHighlight,
java.lang.String preKeywordHighlight,
int snippetSizeInChars)
| Method Detail |
|---|
public boolean isEnableSnippets()
public void setEnableSnippets(boolean enableSnippets)
enableSnippets - public boolean isEscapeHTML()
public void setEscapeHTML(boolean escapeHTML)
escapeHTML - public int getNumberOfSnippets()
public void setNumberOfSnippets(int numberOfSnippets)
numberOfSnippets - public java.lang.String getPostKeywordHighlight()
public void setPostKeywordHighlight(java.lang.String postKeywordHighlight)
postKeywordHighlight - public java.lang.String getPreKeywordHighlight()
public void setPreKeywordHighlight(java.lang.String preKeywordHighlight)
preKeywordHighlight - public int getSnippetSizeInChars()
public void setSnippetSizeInChars(int snippetSizeInChars)
snippetSizeInChars - public 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)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||