public class COMMUNITYREGISTRATIONType extends Object
Java class for COMMUNITY_REGISTRATIONType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="COMMUNITY_REGISTRATIONType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="communityId" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="alertOnChange" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="insertInQueries" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
alertOnChange |
protected String |
communityId |
protected Boolean |
insertInQueries |
| Constructor and Description |
|---|
COMMUNITYREGISTRATIONType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCommunityId()
Gets the value of the communityId property.
|
Boolean |
isAlertOnChange()
Gets the value of the alertOnChange property.
|
Boolean |
isInsertInQueries()
Gets the value of the insertInQueries property.
|
void |
setAlertOnChange(Boolean value)
Sets the value of the alertOnChange property.
|
void |
setCommunityId(String value)
Sets the value of the communityId property.
|
void |
setInsertInQueries(Boolean value)
Sets the value of the insertInQueries property.
|
protected String communityId
protected Boolean alertOnChange
protected Boolean insertInQueries
public String getCommunityId()
Stringpublic void setCommunityId(String value)
value - allowed object is
Stringpublic Boolean isAlertOnChange()
Booleanpublic void setAlertOnChange(Boolean value)
value - allowed object is
Booleanpublic Boolean isInsertInQueries()
BooleanCopyright © 2017. All rights reserved.