public class Parameters extends Object implements Serializable
| Constructor and Description |
|---|
Parameters() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteProcessingTime()
Method deleteProcessingTime
|
org.exolab.castor.types.Date |
getDateEnd()
Returns the value of field 'dateEnd'.
|
org.exolab.castor.types.Date |
getDateStart()
Returns the value of field 'dateStart'.
|
String |
getId()
Returns the value of field 'id'.
|
String |
getOrganization()
Returns the value of field 'organization'.
|
long |
getProcessingTime()
Returns the value of field 'processingTime'.
|
Date |
getTimeStamp()
Returns the value of field 'timeStamp'.
|
boolean |
hasProcessingTime()
Method hasProcessingTime
|
boolean |
isValid()
Method isValid
|
void |
marshal(ContentHandler handler)
Method marshal
|
void |
marshal(Writer out)
Method marshal
|
void |
setDateEnd(org.exolab.castor.types.Date dateEnd)
Sets the value of field 'dateEnd'.
|
void |
setDateStart(org.exolab.castor.types.Date dateStart)
Sets the value of field 'dateStart'.
|
void |
setId(String id)
Sets the value of field 'id'.
|
void |
setOrganization(String organization)
Sets the value of field 'organization'.
|
void |
setProcessingTime(long processingTime)
Sets the value of field 'processingTime'.
|
void |
setTimeStamp(Date timeStamp)
Sets the value of field 'timeStamp'.
|
static Parameters |
unmarshal(Reader reader)
Method unmarshal
|
void |
validate()
Method validate
|
public void deleteProcessingTime()
public org.exolab.castor.types.Date getDateEnd()
public org.exolab.castor.types.Date getDateStart()
public String getId()
public String getOrganization()
public long getProcessingTime()
public Date getTimeStamp()
public boolean hasProcessingTime()
public boolean isValid()
public void marshal(Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out - org.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void marshal(ContentHandler handler) throws IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler - IOExceptionorg.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void setDateEnd(org.exolab.castor.types.Date dateEnd)
dateEnd - the value of field 'dateEnd'.public void setDateStart(org.exolab.castor.types.Date dateStart)
dateStart - the value of field 'dateStart'.public void setId(String id)
id - the value of field 'id'.public void setOrganization(String organization)
organization - the value of field 'organization'.public void setProcessingTime(long processingTime)
processingTime - the value of field 'processingTime'.public void setTimeStamp(Date timeStamp)
timeStamp - the value of field 'timeStamp'.public static Parameters unmarshal(Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader - org.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void validate()
throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationExceptionCopyright © 2016. All rights reserved.