nz.co.cks.tms.xml
Class EnquiryNcbAddressType

java.lang.Object
  extended bynz.co.cks.tms.xml.EnquiryNcbAddressType
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
EnquiryNcbAddress

public abstract class EnquiryNcbAddressType
extends java.lang.Object
implements java.io.Serializable

Class EnquiryNcbAddressType.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
EnquiryNcbAddressType()
           
 
Method Summary
 void addNcbAddress(int index, NcbAddress vNcbAddress)
          Method addNcbAddress
 void addNcbAddress(NcbAddress vNcbAddress)
          Method addNcbAddress
 java.util.Enumeration enumerateNcbAddress()
          Method enumerateNcbAddress
 NcbAddress[] getNcbAddress()
          Method getNcbAddress
 NcbAddress getNcbAddress(int index)
          Method getNcbAddress
 int getNcbAddressCount()
          Method getNcbAddressCount
 int getNcbId()
          Method getNcbIdReturns the value of field 'ncbId'.
 boolean hasNcbId()
          Method hasNcbId
 boolean isValid()
          Method isValid
 void removeAllNcbAddress()
          Method removeAllNcbAddress
 NcbAddress removeNcbAddress(int index)
          Method removeNcbAddress
 void setNcbAddress(int index, NcbAddress vNcbAddress)
          Method setNcbAddress
 void setNcbAddress(NcbAddress[] ncbAddressArray)
          Method setNcbAddress
 void setNcbId(int ncbId)
          Method setNcbIdSets the value of field 'ncbId'.
 void validate()
          Method validate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnquiryNcbAddressType

public EnquiryNcbAddressType()
Method Detail

addNcbAddress

public void addNcbAddress(NcbAddress vNcbAddress)
                   throws java.lang.IndexOutOfBoundsException
Method addNcbAddress

Parameters:
vNcbAddress -
Throws:
java.lang.IndexOutOfBoundsException

addNcbAddress

public void addNcbAddress(int index,
                          NcbAddress vNcbAddress)
                   throws java.lang.IndexOutOfBoundsException
Method addNcbAddress

Parameters:
index -
vNcbAddress -
Throws:
java.lang.IndexOutOfBoundsException

enumerateNcbAddress

public java.util.Enumeration enumerateNcbAddress()
Method enumerateNcbAddress


getNcbAddress

public NcbAddress getNcbAddress(int index)
                         throws java.lang.IndexOutOfBoundsException
Method getNcbAddress

Parameters:
index -
Throws:
java.lang.IndexOutOfBoundsException

getNcbAddress

public NcbAddress[] getNcbAddress()
Method getNcbAddress


getNcbAddressCount

public int getNcbAddressCount()
Method getNcbAddressCount


getNcbId

public int getNcbId()
Method getNcbIdReturns the value of field 'ncbId'.

Returns:
the value of field 'ncbId'.

hasNcbId

public boolean hasNcbId()
Method hasNcbId


isValid

public boolean isValid()
Method isValid


removeAllNcbAddress

public void removeAllNcbAddress()
Method removeAllNcbAddress


removeNcbAddress

public NcbAddress removeNcbAddress(int index)
Method removeNcbAddress

Parameters:
index -

setNcbAddress

public void setNcbAddress(int index,
                          NcbAddress vNcbAddress)
                   throws java.lang.IndexOutOfBoundsException
Method setNcbAddress

Parameters:
index -
vNcbAddress -
Throws:
java.lang.IndexOutOfBoundsException

setNcbAddress

public void setNcbAddress(NcbAddress[] ncbAddressArray)
Method setNcbAddress

Parameters:
ncbAddressArray -

setNcbId

public void setNcbId(int ncbId)
Method setNcbIdSets the value of field 'ncbId'.

Parameters:
ncbId - the value of field 'ncbId'.

validate

public void validate()
              throws org.exolab.castor.xml.ValidationException
Method validate

Throws:
org.exolab.castor.xml.ValidationException