|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.calfater.mailcarbon.binding.FolderManagerBinding
public class FolderManagerBinding
Class FolderManagerBinding.
| Constructor Summary | |
|---|---|
FolderManagerBinding()
|
|
| Method Summary | |
|---|---|
void |
addFolder(int index,
java.lang.String vFolder)
|
void |
addFolder(java.lang.String vFolder)
|
void |
deleteMaxAttempts()
|
java.util.Enumeration<? extends java.lang.String> |
enumerateFolder()
Method enumerateFolder. |
java.lang.String[] |
getFolder()
Method getFolder.Returns the contents of the collection in an Array. |
java.lang.String |
getFolder(int index)
Method getFolder. |
int |
getFolderCount()
Method getFolderCount. |
int |
getMaxAttempts()
Returns the value of field 'maxAttempts'. |
boolean |
hasMaxAttempts()
Method hasMaxAttempts. |
boolean |
isValid()
Method isValid. |
java.util.Iterator<? extends java.lang.String> |
iterateFolder()
Method iterateFolder. |
void |
marshal(org.xml.sax.ContentHandler handler)
|
void |
marshal(java.io.Writer out)
|
void |
removeAllFolder()
|
boolean |
removeFolder(java.lang.String vFolder)
Method removeFolder. |
java.lang.String |
removeFolderAt(int index)
Method removeFolderAt. |
void |
setFolder(int index,
java.lang.String vFolder)
|
void |
setFolder(java.lang.String[] vFolderArray)
|
void |
setMaxAttempts(int maxAttempts)
Sets the value of field 'maxAttempts'. |
static FolderManagerBinding |
unmarshal(java.io.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 FolderManagerBinding()
| Method Detail |
|---|
public void addFolder(java.lang.String vFolder)
throws java.lang.IndexOutOfBoundsException
vFolder -
java.lang.IndexOutOfBoundsException - if the index
given is outside the bounds of the collection
public void addFolder(int index,
java.lang.String vFolder)
throws java.lang.IndexOutOfBoundsException
index - vFolder -
java.lang.IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic void deleteMaxAttempts()
public java.util.Enumeration<? extends java.lang.String> enumerateFolder()
public java.lang.String getFolder(int index)
throws java.lang.IndexOutOfBoundsException
index -
java.lang.IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic java.lang.String[] getFolder()
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 getFolderCount()
public int getMaxAttempts()
public boolean hasMaxAttempts()
public boolean isValid()
public java.util.Iterator<? extends java.lang.String> iterateFolder()
public void marshal(java.io.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(org.xml.sax.ContentHandler handler)
throws java.io.IOException,
org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
handler -
java.io.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 removeAllFolder()
public boolean removeFolder(java.lang.String vFolder)
vFolder -
public java.lang.String removeFolderAt(int index)
index -
public void setFolder(int index,
java.lang.String vFolder)
throws java.lang.IndexOutOfBoundsException
index - vFolder -
java.lang.IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic void setFolder(java.lang.String[] vFolderArray)
vFolderArray - public void setMaxAttempts(int maxAttempts)
maxAttempts - the value of field 'maxAttempts'.
public static FolderManagerBinding unmarshal(java.io.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 | |||||||||