public class ContextData
extends java.lang.Object
Java class for contextData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="contextData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="community" type="{}communityData"/>
<element name="domainobjectref" type="{}domainObjectRefData" maxOccurs="unbounded"/>
</sequence>
<attribute name="alias" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="guid" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="cdoguid" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="created" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="created-by" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="member-role" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="last-modified" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="last-modified-by" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="role-id" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="wire-binder" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="pageref" type="{}referenceType" />
<attribute ref="{}update use="required""/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
alias |
protected java.lang.String |
cdoguid |
protected CommunityData |
community |
protected java.lang.String |
created |
protected java.lang.String |
createdBy |
protected java.util.List<DomainObjectRefData> |
domainobjectref |
protected java.lang.String |
guid |
protected java.lang.String |
lastModified |
protected java.lang.String |
lastModifiedBy |
protected java.lang.String |
memberRole |
protected java.lang.String |
pageref |
protected java.lang.Integer |
roleId |
protected UpdateValues |
update |
protected java.lang.String |
wireBinder |
| Constructor and Description |
|---|
ContextData() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAlias()
Gets the value of the alias property.
|
java.lang.String |
getCdoguid()
Gets the value of the cdoguid property.
|
CommunityData |
getCommunity()
Gets the value of the community property.
|
java.lang.String |
getCreated()
Gets the value of the created property.
|
java.lang.String |
getCreatedBy()
Gets the value of the createdBy property.
|
java.util.List<DomainObjectRefData> |
getDomainobjectref()
Gets the value of the domainobjectref property.
|
java.lang.String |
getGuid()
Gets the value of the guid property.
|
java.lang.String |
getLastModified()
Gets the value of the lastModified property.
|
java.lang.String |
getLastModifiedBy()
Gets the value of the lastModifiedBy property.
|
java.lang.String |
getMemberRole()
Gets the value of the memberRole property.
|
java.lang.String |
getPageref()
Gets the value of the pageref property.
|
java.lang.Integer |
getRoleId()
Gets the value of the roleId property.
|
UpdateValues |
getUpdate()
Gets the value of the update property.
|
java.lang.String |
getWireBinder()
Gets the value of the wireBinder property.
|
void |
setAlias(java.lang.String value)
Sets the value of the alias property.
|
void |
setCdoguid(java.lang.String value)
Sets the value of the cdoguid property.
|
void |
setCommunity(CommunityData value)
Sets the value of the community property.
|
void |
setCreated(java.lang.String value)
Sets the value of the created property.
|
void |
setCreatedBy(java.lang.String value)
Sets the value of the createdBy property.
|
void |
setGuid(java.lang.String value)
Sets the value of the guid property.
|
void |
setLastModified(java.lang.String value)
Sets the value of the lastModified property.
|
void |
setLastModifiedBy(java.lang.String value)
Sets the value of the lastModifiedBy property.
|
void |
setMemberRole(java.lang.String value)
Sets the value of the memberRole property.
|
void |
setPageref(java.lang.String value)
Sets the value of the pageref property.
|
void |
setRoleId(java.lang.Integer value)
Sets the value of the roleId property.
|
void |
setUpdate(UpdateValues value)
Sets the value of the update property.
|
void |
setWireBinder(java.lang.String value)
Sets the value of the wireBinder property.
|
protected CommunityData community
protected java.util.List<DomainObjectRefData> domainobjectref
protected java.lang.String alias
protected java.lang.String guid
protected java.lang.String cdoguid
protected java.lang.String created
protected java.lang.String createdBy
protected java.lang.String memberRole
protected java.lang.String lastModified
protected java.lang.String lastModifiedBy
protected java.lang.Integer roleId
protected java.lang.String wireBinder
protected java.lang.String pageref
protected UpdateValues update
public CommunityData getCommunity()
CommunityDatapublic void setCommunity(CommunityData value)
value - allowed object is
CommunityDatapublic java.util.List<DomainObjectRefData> getDomainobjectref()
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 domainobjectref property.
For example, to add a new item, do as follows:
getDomainobjectref().add(newItem);
Objects of the following type(s) are allowed in the list
DomainObjectRefData
public java.lang.String getAlias()
Stringpublic void setAlias(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getGuid()
Stringpublic void setGuid(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCdoguid()
Stringpublic void setCdoguid(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCreated()
Stringpublic void setCreated(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCreatedBy()
Stringpublic void setCreatedBy(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMemberRole()
Stringpublic void setMemberRole(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLastModified()
Stringpublic void setLastModified(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLastModifiedBy()
Stringpublic void setLastModifiedBy(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getRoleId()
Integerpublic void setRoleId(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getWireBinder()
Stringpublic void setWireBinder(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPageref()
Stringpublic void setPageref(java.lang.String value)
value - allowed object is
Stringpublic UpdateValues getUpdate()
UpdateValuespublic void setUpdate(UpdateValues value)
value - allowed object is
UpdateValues