public class CommunityData
extends java.lang.Object
Java class for communityData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="communityData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="localedata" type="{}localeData" maxOccurs="unbounded" minOccurs="0"/>
<element name="role" type="{}appRoleData" maxOccurs="unbounded" minOccurs="0"/>
<element name="member-role" type="{}memberRoleData" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="guid" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="alias" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="deleted" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="hidden" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="addressable" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="notification-enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="notification-format" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="owner" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="current-member-role" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="groupid" 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="cdoguid" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="uri" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute ref="{}update use="required""/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Boolean |
addressable |
protected java.lang.String |
alias |
protected java.lang.String |
cdoguid |
protected java.lang.String |
created |
protected java.lang.String |
createdBy |
protected java.lang.String |
currentMemberRole |
protected java.lang.Boolean |
deleted |
protected java.lang.String |
groupid |
protected java.lang.String |
guid |
protected java.lang.Boolean |
hidden |
protected java.util.List<LocaleData> |
localedata |
protected java.util.List<MemberRoleData> |
memberRole |
protected java.lang.String |
name |
protected java.lang.Boolean |
notificationEnabled |
protected java.lang.String |
notificationFormat |
protected java.lang.String |
owner |
protected java.util.List<AppRoleData> |
role |
protected UpdateValues |
update |
protected java.lang.String |
uri |
| Constructor and Description |
|---|
CommunityData() |
| 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.
|
java.lang.String |
getCreated()
Gets the value of the created property.
|
java.lang.String |
getCreatedBy()
Gets the value of the createdBy property.
|
java.lang.String |
getCurrentMemberRole()
Gets the value of the currentMemberRole property.
|
java.lang.String |
getGroupid()
Gets the value of the groupid property.
|
java.lang.String |
getGuid()
Gets the value of the guid property.
|
java.util.List<LocaleData> |
getLocaledata()
Gets the value of the localedata property.
|
java.util.List<MemberRoleData> |
getMemberRole()
Gets the value of the memberRole property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getNotificationFormat()
Gets the value of the notificationFormat property.
|
java.lang.String |
getOwner()
Gets the value of the owner property.
|
java.util.List<AppRoleData> |
getRole()
Gets the value of the role property.
|
UpdateValues |
getUpdate()
Gets the value of the update property.
|
java.lang.String |
getUri()
Gets the value of the uri property.
|
java.lang.Boolean |
isAddressable()
Gets the value of the addressable property.
|
java.lang.Boolean |
isDeleted()
Gets the value of the deleted property.
|
java.lang.Boolean |
isHidden()
Gets the value of the hidden property.
|
java.lang.Boolean |
isNotificationEnabled()
Gets the value of the notificationEnabled property.
|
void |
setAddressable(java.lang.Boolean value)
Sets the value of the addressable 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 |
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 |
setCurrentMemberRole(java.lang.String value)
Sets the value of the currentMemberRole property.
|
void |
setDeleted(java.lang.Boolean value)
Sets the value of the deleted property.
|
void |
setGroupid(java.lang.String value)
Sets the value of the groupid property.
|
void |
setGuid(java.lang.String value)
Sets the value of the guid property.
|
void |
setHidden(java.lang.Boolean value)
Sets the value of the hidden property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setNotificationEnabled(java.lang.Boolean value)
Sets the value of the notificationEnabled property.
|
void |
setNotificationFormat(java.lang.String value)
Sets the value of the notificationFormat property.
|
void |
setOwner(java.lang.String value)
Sets the value of the owner property.
|
void |
setUpdate(UpdateValues value)
Sets the value of the update property.
|
void |
setUri(java.lang.String value)
Sets the value of the uri property.
|
protected java.util.List<LocaleData> localedata
protected java.util.List<AppRoleData> role
protected java.util.List<MemberRoleData> memberRole
protected java.lang.String guid
protected java.lang.String alias
protected java.lang.Boolean deleted
protected java.lang.Boolean hidden
protected java.lang.Boolean addressable
protected java.lang.Boolean notificationEnabled
protected java.lang.String notificationFormat
protected java.lang.String owner
protected java.lang.String currentMemberRole
protected java.lang.String groupid
protected java.lang.String created
protected java.lang.String createdBy
protected java.lang.String cdoguid
protected java.lang.String name
protected java.lang.String uri
protected UpdateValues update
public java.util.List<LocaleData> getLocaledata()
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 localedata property.
For example, to add a new item, do as follows:
getLocaledata().add(newItem);
Objects of the following type(s) are allowed in the list
LocaleData
public java.util.List<AppRoleData> getRole()
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 role property.
For example, to add a new item, do as follows:
getRole().add(newItem);
Objects of the following type(s) are allowed in the list
AppRoleData
public java.util.List<MemberRoleData> getMemberRole()
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 memberRole property.
For example, to add a new item, do as follows:
getMemberRole().add(newItem);
Objects of the following type(s) are allowed in the list
MemberRoleData
public java.lang.String getGuid()
Stringpublic void setGuid(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAlias()
Stringpublic void setAlias(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isDeleted()
Booleanpublic void setDeleted(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isHidden()
Booleanpublic void setHidden(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isAddressable()
Booleanpublic void setAddressable(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isNotificationEnabled()
Booleanpublic void setNotificationEnabled(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getNotificationFormat()
Stringpublic void setNotificationFormat(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getOwner()
Stringpublic void setOwner(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCurrentMemberRole()
Stringpublic void setCurrentMemberRole(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getGroupid()
Stringpublic void setGroupid(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 getCdoguid()
Stringpublic void setCdoguid(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUri()
Stringpublic void setUri(java.lang.String value)
value - allowed object is
Stringpublic UpdateValues getUpdate()
UpdateValuespublic void setUpdate(UpdateValues value)
value - allowed object is
UpdateValues