org.csapi.jr.se.policy
Class PolicyListType

java.lang.Object
  |
  +--org.csapi.jr.se.policy.PolicyListType
All Implemented Interfaces:
java.io.Serializable

public final class PolicyListType
extends java.lang.Object
implements java.io.Serializable

This defines a homogeneous list type.

See Also:
Serialized Form

Constructor Summary
PolicyListType()
          Creates a new PolicyListType instance.
PolicyListType(org.csapi.jr.se.policy.PolicyType _elementType)
          Creates a new PolicyListType instance.
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is 'equal to' this one.
 org.csapi.jr.se.policy.PolicyType getElementType()
          This method returns a elementType.
 int hashCode()
          Returns a hashcode value for the object.
 void setElementType(org.csapi.jr.se.policy.PolicyType elementType)
          This method sets a elementType.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PolicyListType

public PolicyListType()
Creates a new PolicyListType instance.


PolicyListType

public PolicyListType(org.csapi.jr.se.policy.PolicyType _elementType)
Creates a new PolicyListType instance.

Parameters:
_elementType - Type of the elements of the list.
Method Detail

getElementType

public org.csapi.jr.se.policy.PolicyType getElementType()
This method returns a elementType.

Returns:
a org.csapi.jr.se.policy.PolicyType value

setElementType

public void setElementType(org.csapi.jr.se.policy.PolicyType elementType)
This method sets a elementType.


equals

public boolean equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one.

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Returns a hashcode value for the object.

Overrides:
hashCode in class java.lang.Object