|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcagrid.SetResolutionPolicy
public class SetResolutionPolicy
Constructor Summary | |
---|---|
SetResolutionPolicy()
|
|
SetResolutionPolicy(LocalNameList filterOptions,
int maximumToReturn,
LocalNameList propertyNames,
PropertyType[] propertyTypes,
boolean resolveConcepts,
SortOptionList sortOptions)
|
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 |
LocalNameList |
getFilterOptions()
Gets the filterOptions value for this SetResolutionPolicy. |
int |
getMaximumToReturn()
Gets the maximumToReturn value for this SetResolutionPolicy. |
LocalNameList |
getPropertyNames()
Gets the propertyNames value for this SetResolutionPolicy. |
PropertyType[] |
getPropertyTypes()
Gets the propertyTypes value for this SetResolutionPolicy. |
PropertyType |
getPropertyTypes(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 |
SortOptionList |
getSortOptions()
Gets the sortOptions value for this SetResolutionPolicy. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
boolean |
isResolveConcepts()
Gets the resolveConcepts value for this SetResolutionPolicy. |
void |
setFilterOptions(LocalNameList filterOptions)
Sets the filterOptions value for this SetResolutionPolicy. |
void |
setMaximumToReturn(int maximumToReturn)
Sets the maximumToReturn value for this SetResolutionPolicy. |
void |
setPropertyNames(LocalNameList propertyNames)
Sets the propertyNames value for this SetResolutionPolicy. |
void |
setPropertyTypes(int i,
PropertyType _value)
|
void |
setPropertyTypes(PropertyType[] propertyTypes)
Sets the propertyTypes value for this SetResolutionPolicy. |
void |
setResolveConcepts(boolean resolveConcepts)
Sets the resolveConcepts value for this SetResolutionPolicy. |
void |
setSortOptions(SortOptionList sortOptions)
Sets the sortOptions value for this SetResolutionPolicy. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SetResolutionPolicy()
public SetResolutionPolicy(LocalNameList filterOptions, int maximumToReturn, LocalNameList propertyNames, PropertyType[] propertyTypes, boolean resolveConcepts, SortOptionList sortOptions)
Method Detail |
---|
public int getMaximumToReturn()
public void setMaximumToReturn(int maximumToReturn)
maximumToReturn
- public boolean isResolveConcepts()
public void setResolveConcepts(boolean resolveConcepts)
resolveConcepts
- public SortOptionList getSortOptions()
public void setSortOptions(SortOptionList sortOptions)
sortOptions
- public LocalNameList getFilterOptions()
public void setFilterOptions(LocalNameList filterOptions)
filterOptions
- public LocalNameList getPropertyNames()
public void setPropertyNames(LocalNameList propertyNames)
propertyNames
- public PropertyType[] getPropertyTypes()
public void setPropertyTypes(PropertyType[] propertyTypes)
propertyTypes
- public PropertyType getPropertyTypes(int i)
public void setPropertyTypes(int i, PropertyType _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 |