cagrid
Class SetResolutionPolicy

java.lang.Object
  extended by cagrid.SetResolutionPolicy
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  LocalNameList filterOptions
           
private  int maximumToReturn
           
private  LocalNameList propertyNames
           
private  PropertyType[] propertyTypes
           
private  boolean resolveConcepts
           
private  SortOptionList sortOptions
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
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
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

maximumToReturn

private int maximumToReturn

resolveConcepts

private boolean resolveConcepts

sortOptions

private SortOptionList sortOptions

filterOptions

private LocalNameList filterOptions

propertyNames

private LocalNameList propertyNames

propertyTypes

private PropertyType[] propertyTypes

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail

SetResolutionPolicy

public SetResolutionPolicy()

SetResolutionPolicy

public SetResolutionPolicy(LocalNameList filterOptions,
                           int maximumToReturn,
                           LocalNameList propertyNames,
                           PropertyType[] propertyTypes,
                           boolean resolveConcepts,
                           SortOptionList sortOptions)
Method Detail

getMaximumToReturn

public int getMaximumToReturn()
Gets the maximumToReturn value for this SetResolutionPolicy.

Returns:
maximumToReturn

setMaximumToReturn

public void setMaximumToReturn(int maximumToReturn)
Sets the maximumToReturn value for this SetResolutionPolicy.

Parameters:
maximumToReturn -

isResolveConcepts

public boolean isResolveConcepts()
Gets the resolveConcepts value for this SetResolutionPolicy.

Returns:
resolveConcepts

setResolveConcepts

public void setResolveConcepts(boolean resolveConcepts)
Sets the resolveConcepts value for this SetResolutionPolicy.

Parameters:
resolveConcepts -

getSortOptions

public SortOptionList getSortOptions()
Gets the sortOptions value for this SetResolutionPolicy.

Returns:
sortOptions

setSortOptions

public void setSortOptions(SortOptionList sortOptions)
Sets the sortOptions value for this SetResolutionPolicy.

Parameters:
sortOptions -

getFilterOptions

public LocalNameList getFilterOptions()
Gets the filterOptions value for this SetResolutionPolicy.

Returns:
filterOptions

setFilterOptions

public void setFilterOptions(LocalNameList filterOptions)
Sets the filterOptions value for this SetResolutionPolicy.

Parameters:
filterOptions -

getPropertyNames

public LocalNameList getPropertyNames()
Gets the propertyNames value for this SetResolutionPolicy.

Returns:
propertyNames

setPropertyNames

public void setPropertyNames(LocalNameList propertyNames)
Sets the propertyNames value for this SetResolutionPolicy.

Parameters:
propertyNames -

getPropertyTypes

public PropertyType[] getPropertyTypes()
Gets the propertyTypes value for this SetResolutionPolicy.

Returns:
propertyTypes

setPropertyTypes

public void setPropertyTypes(PropertyType[] propertyTypes)
Sets the propertyTypes value for this SetResolutionPolicy.

Parameters:
propertyTypes -

getPropertyTypes

public PropertyType getPropertyTypes(int i)

setPropertyTypes

public void setPropertyTypes(int i,
                             PropertyType _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