|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hardcode.juf.status.UpdateInfo
public class UpdateInfo
Class UpdateInfo.
Constructor Summary | |
---|---|
UpdateInfo()
|
Method Summary | |
---|---|
void |
addStatus(int index,
Status vStatus)
Method addStatus |
void |
addStatus(Status vStatus)
Method addStatus |
java.util.Enumeration |
enumerateStatus()
Method enumerateStatus |
Status[] |
getStatus()
Method getStatus |
Status |
getStatus(int index)
Method getStatus |
int |
getStatusCount()
Method getStatusCount |
java.lang.String |
getUrlPrefix()
Returns the value of field 'urlPrefix'. |
boolean |
isValid()
Method isValid |
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal |
void |
marshal(java.io.Writer out)
Method marshal |
void |
removeAllStatus()
Method removeAllStatus |
Status |
removeStatus(int index)
Method removeStatus |
void |
setStatus(int index,
Status vStatus)
Method setStatus |
void |
setStatus(Status[] statusArray)
Method setStatus |
void |
setUrlPrefix(java.lang.String urlPrefix)
Sets the value of field 'urlPrefix'. |
static java.lang.Object |
unmarshal(java.io.Reader reader)
Method unmarshal |
void |
validate()
Method validate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UpdateInfo()
Method Detail |
---|
public void addStatus(Status vStatus) throws java.lang.IndexOutOfBoundsException
vStatus
-
java.lang.IndexOutOfBoundsException
public void addStatus(int index, Status vStatus) throws java.lang.IndexOutOfBoundsException
index
- vStatus
-
java.lang.IndexOutOfBoundsException
public java.util.Enumeration enumerateStatus()
public Status getStatus(int index) throws java.lang.IndexOutOfBoundsException
index
-
java.lang.IndexOutOfBoundsException
public Status[] getStatus()
public int getStatusCount()
public java.lang.String getUrlPrefix()
public boolean isValid()
public void marshal(java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
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
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void removeAllStatus()
public Status removeStatus(int index)
index
- public void setStatus(int index, Status vStatus) throws java.lang.IndexOutOfBoundsException
index
- vStatus
-
java.lang.IndexOutOfBoundsException
public void setStatus(Status[] statusArray)
statusArray
- public void setUrlPrefix(java.lang.String urlPrefix)
urlPrefix
- the value of field 'urlPrefix'.public static java.lang.Object unmarshal(java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |