|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbbc.rd.tvanytime.contentReferencing.Result
public class Result
Result: A TVAnytime Result object.
Constructor Summary | |
---|---|
Result()
Constructor for objects of type Result. |
|
Result(ContentReference crid,
java.lang.String status,
boolean complete,
java.lang.String acquire)
Constructor, with required attributes. |
Method Summary | |
---|---|
java.lang.Object |
clone()
Clones itself. |
java.lang.String |
getAcquire()
Get the acquire flag |
ContentReference |
getCRID()
Get the CRID |
CRIDResult |
getCRIDResult()
Get the CRIDResult. |
LocationsResult |
getLocationsResult()
Get the LocationsResult. |
java.util.Date |
getReresolveDate()
Get the reresolveDate |
java.lang.String |
getStatus()
Get the status |
boolean |
isComplete()
Is the resolution complete? |
void |
setAcquire(java.lang.String acquire)
Set the complete flag |
void |
setComplete(boolean complete)
Set the complete flag |
void |
setCRID(ContentReference crid)
Set the CRID |
void |
setCRIDResult(CRIDResult cridResult)
Set the CRIDResult |
void |
setLocationsResult(LocationsResult locationsResult)
Set the LocationsResult |
void |
setReresolveDate(java.util.Date reresolveDate)
Set the reresolveDate |
void |
setStatus(java.lang.String status)
Set the status flag |
java.lang.String |
toString()
Returns string representation of this object. |
java.lang.String |
toString(int indent)
Returns string representation of this object. |
java.lang.String |
toXML()
Returns XML representation of this object. |
java.lang.String |
toXML(int indent)
Returns XML representation of this object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Result()
public Result(ContentReference crid, java.lang.String status, boolean complete, java.lang.String acquire) throws TVAnytimeException
crid
- The CRID.status
- Resolve status ("resolved", "discard CRID", "cannot yet resolve", "unable to resolve")complete
- is resolution complete?acquire
- Aquisition directive ("all", "any")
TVAnytimeException
- if status or acquire are invalidMethod Detail |
---|
public void setCRIDResult(CRIDResult cridResult)
Since CRIDResult and LocationsResult are an xsd:choice (can only have one or the other), setting CRIDResult forces any LocationsResult object to null
cridResult
- the CRIDResultpublic void setLocationsResult(LocationsResult locationsResult)
Since CRIDResult and LocationsResult are an xsd:choice (can only have one or the other), setting LocationsResult forces any CRIDResult object to null
locationsResult
- the LocationsResultpublic void setCRID(ContentReference crid)
crid
- the CRIDpublic void setComplete(boolean complete)
complete
- the 'complete' flagpublic void setAcquire(java.lang.String acquire) throws TVAnytimeException
acquire
- the 'acquire' flag (must be "all" or "any")
TVAnytimeException
public void setStatus(java.lang.String status) throws TVAnytimeException
status
- the 'status' flag (must be "resolve", "discard CRID", "cannot yet resolve" or "unable to resolve")
TVAnytimeException
public void setReresolveDate(java.util.Date reresolveDate)
reresolveDate
- the reresolveDate for this Resultpublic ContentReference getCRID()
public LocationsResult getLocationsResult()
public CRIDResult getCRIDResult()
public boolean isComplete()
public java.lang.String getAcquire()
public java.lang.String getStatus()
public java.util.Date getReresolveDate()
public java.lang.String toXML()
public java.lang.String toXML(int indent)
indent
- Number of tabs with which to indent the string.
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toString(int indent)
indent
- Number of tabs with which to indent the string.
public java.lang.Object clone()
clone
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |