org.eclipse.xsd.impl.type
Class XSDAnySimpleType.IntSequence

java.lang.Object
  |
  +--org.eclipse.xsd.impl.type.XSDAnySimpleType.IntSequence
Enclosing class:
XSDAnySimpleType

public static class XSDAnySimpleType.IntSequence
extends java.lang.Object


Field Summary
protected  int[] ints
           
protected  XSDAnySimpleType xsdAnySimpleType
           
 
Constructor Summary
XSDAnySimpleType.IntSequence(XSDAnySimpleType xsdAnySimpleType, int[] ints)
           
 
Method Summary
 boolean equals(java.lang.Object that)
           
 int[] getInts()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

xsdAnySimpleType

protected final XSDAnySimpleType xsdAnySimpleType

ints

protected final int[] ints
Constructor Detail

XSDAnySimpleType.IntSequence

public XSDAnySimpleType.IntSequence(XSDAnySimpleType xsdAnySimpleType,
                                    int[] ints)
Method Detail

getInts

public int[] getInts()

equals

public boolean equals(java.lang.Object that)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Copyright 2001-2003 IBM Corporation and others.
All Rights Reserved.