|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.ram.internal.jaxb.StateHistory
public class StateHistory
Java class for StateHistory complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StateHistory">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="stateConfiguration" type="{http://jazz.net/xmlns/ecalm/ram/internal/v7.2}StateConfiguration"/>
<element name="asset" type="{http://jazz.net/xmlns/ecalm/ram/internal/v7.2}Link"/>
<element name="startDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="vote" type="{http://jazz.net/xmlns/ecalm/ram/internal/v7.2}Vote" maxOccurs="unbounded" minOccurs="0"/>
<element name="endDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="policyResult" type="{http://jazz.net/xmlns/ecalm/ram/internal/v7.2}PolicyResult" maxOccurs="unbounded" minOccurs="0"/>
<element name="comment" type="{http://jazz.net/xmlns/ecalm/ram/internal/v7.2}Link" maxOccurs="unbounded" minOccurs="0"/>
<element name="lastModified" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
</sequence>
<attGroup ref="{http://jazz.net/xmlns/ecalm/ram/internal/v7.2}resourceAttrs"/>
<attribute name="active" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="identifier" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.Boolean |
active
|
protected Link<Asset> |
asset
|
protected java.lang.String |
base
|
protected java.util.List<Link<Comment>> |
comments
|
protected javax.xml.datatype.XMLGregorianCalendar |
endDate
|
protected java.lang.String |
etag
|
protected java.lang.String |
href
|
protected java.lang.String |
identifier
|
protected java.lang.String |
lang
|
protected javax.xml.datatype.XMLGregorianCalendar |
lastModified
|
protected java.lang.String |
LCActivityId
|
protected java.util.List<PolicyResult> |
policyResults
|
protected java.lang.String |
space
|
protected javax.xml.datatype.XMLGregorianCalendar |
startDate
|
protected StateConfiguration |
stateConfiguration
|
protected java.util.List<Vote> |
votes
|
| Constructor Summary | |
|---|---|
StateHistory()
|
|
| Method Summary | |
|---|---|
Link<Asset> |
getAsset()
Gets the value of the asset property. |
java.lang.String |
getBase()
Gets the value of the base property. |
java.util.List<Link<Comment>> |
getComments()
Gets the value of the comments property. |
javax.xml.datatype.XMLGregorianCalendar |
getEndDate()
Gets the value of the endDate property. |
java.lang.String |
getEtag()
Gets the value of the etag property. |
java.lang.String |
getHref()
Gets the value of the href property. |
java.lang.String |
getIdentifier()
Gets the value of the identifier property. |
java.lang.String |
getLang()
Gets the value of the lang property. |
javax.xml.datatype.XMLGregorianCalendar |
getLastModified()
Gets the value of the lastModified property. |
java.lang.String |
getLCActivityId()
|
java.util.List<PolicyResult> |
getPolicyResults()
Gets the value of the policyResults property. |
java.lang.String |
getSpace()
Gets the value of the space property. |
javax.xml.datatype.XMLGregorianCalendar |
getStartDate()
Gets the value of the startDate property. |
StateConfiguration |
getStateConfiguration()
Gets the value of the stateConfiguration property. |
java.util.List<Vote> |
getVotes()
Gets the value of the votes property. |
boolean |
isActive()
Gets the value of the active property. |
boolean |
isSetActive()
|
boolean |
isSetPolicyResults()
|
void |
setActive(boolean value)
Sets the value of the active property. |
void |
setAsset(Link<Asset> value)
Sets the value of the asset property. |
void |
setBase(java.lang.String value)
Sets the value of the base property. |
void |
setEndDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the endDate property. |
void |
setEtag(java.lang.String value)
Sets the value of the etag property. |
void |
setHref(java.lang.String value)
Sets the value of the href property. |
void |
setIdentifier(java.lang.String value)
Sets the value of the identifier property. |
void |
setLang(java.lang.String value)
Sets the value of the lang property. |
void |
setLastModified(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the lastModified property. |
void |
setLCActivityId(java.lang.String lCActivityId)
Sets the Lotus Connections activity ID |
void |
setSpace(java.lang.String value)
Sets the value of the space property. |
void |
setStartDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the startDate property. |
void |
setStateConfiguration(StateConfiguration value)
Sets the value of the stateConfiguration property. |
java.lang.String |
toString()
|
void |
unsetActive()
|
void |
unsetPolicyResults()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected StateConfiguration stateConfiguration
protected Link<Asset> asset
protected javax.xml.datatype.XMLGregorianCalendar startDate
protected java.util.List<Vote> votes
protected javax.xml.datatype.XMLGregorianCalendar endDate
protected java.util.List<PolicyResult> policyResults
protected java.util.List<Link<Comment>> comments
protected javax.xml.datatype.XMLGregorianCalendar lastModified
protected java.lang.Boolean active
protected java.lang.String identifier
protected java.lang.String etag
protected java.lang.String href
protected java.lang.String base
protected java.lang.String lang
protected java.lang.String space
protected java.lang.String LCActivityId
| Constructor Detail |
|---|
public StateHistory()
| Method Detail |
|---|
public StateConfiguration getStateConfiguration()
StateConfigurationpublic void setStateConfiguration(StateConfiguration value)
value - allowed object is
StateConfigurationpublic Link<Asset> getAsset()
Linkpublic void setAsset(Link<Asset> value)
value - allowed object is
Linkpublic javax.xml.datatype.XMLGregorianCalendar getStartDate()
XMLGregorianCalendarpublic void setStartDate(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.util.List<Vote> getVotes()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the votes property.
For example, to add a new item, do as follows:
getVotes().add(newItem);
Objects of the following type(s) are allowed in the list
Vote
public javax.xml.datatype.XMLGregorianCalendar getEndDate()
XMLGregorianCalendarpublic void setEndDate(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.util.List<PolicyResult> getPolicyResults()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the policyResults property.
For example, to add a new item, do as follows:
getPolicyResults().add(newItem);
Objects of the following type(s) are allowed in the list
PolicyResult
public boolean isSetPolicyResults()
public void unsetPolicyResults()
public java.util.List<Link<Comment>> getComments()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the comments property.
For example, to add a new item, do as follows:
getComments().add(newItem);
Objects of the following type(s) are allowed in the list
Link
public javax.xml.datatype.XMLGregorianCalendar getLastModified()
XMLGregorianCalendarpublic void setLastModified(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isActive()
Booleanpublic void setActive(boolean value)
value - allowed object is
Booleanpublic boolean isSetActive()
public void unsetActive()
public java.lang.String getIdentifier()
Stringpublic void setIdentifier(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEtag()
Stringpublic void setEtag(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getHref()
Stringpublic void setHref(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getBase()
Stringpublic void setBase(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLang()
Stringpublic void setLang(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSpace()
Stringpublic void setSpace(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLCActivityId()
public void setLCActivityId(java.lang.String lCActivityId)
lCActivityId - The lCActivityId to set.public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||