XCMS Toolkit

schemajic.schema
Class NamedNumberList

java.lang.Object
  extended by schemajic.schema.NamedNumberList

public class NamedNumberList
extends java.lang.Object

Processing support for a series of one or more ASN.1 named number values.

Version:
1.00 - 2006/01/21
Author:
support@phillipgriffin.com

Field Summary
 java.util.List _numbers
           
 
Constructor Summary
NamedNumberList(java.lang.String numbers)
          Constructor for NamedNumberList with series of ASN.1 named numbers parameter.
 
Method Summary
 java.util.Iterator getNamedNumbers()
          Gets the current series of ASN.1 named numbers.
 boolean isEmpty()
          Determins if the current series of ASN.1 named numbers contains any values.
 java.lang.String toString()
          Generates a Java formatted string of the current series of named numbers.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_numbers

public java.util.List _numbers
Constructor Detail

NamedNumberList

public NamedNumberList(java.lang.String numbers)
Constructor for NamedNumberList with series of ASN.1 named numbers parameter.

Parameters:
numbers - a series of one or more ASN.1 named numbers
Method Detail

getNamedNumbers

public java.util.Iterator getNamedNumbers()
Gets the current series of ASN.1 named numbers.

Returns:
an iterator for the current series of ASN.1 named numbers

isEmpty

public boolean isEmpty()
Determins if the current series of ASN.1 named numbers contains any values.

Returns:
boolean true or fales

toString

public java.lang.String toString()
Generates a Java formatted string of the current series of named numbers.

Overrides:
toString in class java.lang.Object
Returns:
the formatted Java string of named numbers

XCMS Toolkit


Copyright © 2005-2006 GRIFFIN Consulting. All Rights Reserved.