<P>Get a PASInt containing the same int array as exists in this class.</P>
@return <CODE>(new <A HREF="~JD~pasi#pasi(i[],b)~EJD~">PASInt</A>(a_int, <A HREF="#isLocked()">isLocked</A>()))</CODE> Where a_int is exactly as passed into the <A HREF="~JD~paii(i[],pari)~EJD~">constructor</A>.
**/
public final PASInt getPASInt() {
return (new PASInt(aInt, isLocked()));
}