|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mars_sim.msp.config.model.partpackage.PartPackageList
public class PartPackageList
Class PartPackageList.
| Constructor Summary | |
|---|---|
PartPackageList()
|
|
| Method Summary | |
|---|---|
void |
addPartPackage(int index,
PartPackage vPartPackage)
|
void |
addPartPackage(PartPackage vPartPackage)
|
Enumeration<? extends PartPackage> |
enumeratePartPackage()
Method enumeratePartPackage. |
PartPackage[] |
getPartPackage()
Method getPartPackage.Returns the contents of the collection in an Array. |
PartPackage |
getPartPackage(int index)
Method getPartPackage. |
int |
getPartPackageCount()
Method getPartPackageCount. |
boolean |
isValid()
Method isValid. |
Iterator<? extends PartPackage> |
iteratePartPackage()
Method iteratePartPackage. |
void |
marshal(ContentHandler handler)
|
void |
marshal(Writer out)
|
void |
removeAllPartPackage()
|
boolean |
removePartPackage(PartPackage vPartPackage)
Method removePartPackage. |
PartPackage |
removePartPackageAt(int index)
Method removePartPackageAt. |
void |
setPartPackage(int index,
PartPackage vPartPackage)
|
void |
setPartPackage(PartPackage[] vPartPackageArray)
|
static PartPackageList |
unmarshal(Reader reader)
Method unmarshal. |
void |
validate()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PartPackageList()
| Method Detail |
|---|
public void addPartPackage(PartPackage vPartPackage)
throws IndexOutOfBoundsException
vPartPackage -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collection
public void addPartPackage(int index,
PartPackage vPartPackage)
throws IndexOutOfBoundsException
index - vPartPackage -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic Enumeration<? extends PartPackage> enumeratePartPackage()
public PartPackage getPartPackage(int index)
throws IndexOutOfBoundsException
index -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic PartPackage[] getPartPackage()
Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.
public int getPartPackageCount()
public boolean isValid()
public Iterator<? extends PartPackage> iteratePartPackage()
public void marshal(Writer out)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
out -
org.exolab.castor.xml.MarshalException - if object is
null or if any SAXException is thrown during marshaling
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schema
public void marshal(ContentHandler handler)
throws IOException,
org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
handler -
IOException - if an IOException occurs during
marshaling
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schema
org.exolab.castor.xml.MarshalException - if object is
null or if any SAXException is thrown during marshalingpublic void removeAllPartPackage()
public boolean removePartPackage(PartPackage vPartPackage)
vPartPackage -
public PartPackage removePartPackageAt(int index)
index -
public void setPartPackage(int index,
PartPackage vPartPackage)
throws IndexOutOfBoundsException
index - vPartPackage -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic void setPartPackage(PartPackage[] vPartPackageArray)
vPartPackageArray -
public static PartPackageList unmarshal(Reader reader)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
reader -
org.exolab.castor.xml.MarshalException - if object is
null or if any SAXException is thrown during marshaling
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schema
public void validate()
throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schema
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||