public class Group extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="admin-name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="admin-email" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="admin-phone" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
adminEmail |
protected String |
adminName |
protected String |
adminPhone |
protected String |
id |
protected String |
name |
| Constructor and Description |
|---|
Group() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAdminEmail()
Gets the value of the adminEmail property.
|
String |
getAdminName()
Gets the value of the adminName property.
|
String |
getAdminPhone()
Gets the value of the adminPhone property.
|
String |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
void |
setAdminEmail(String value)
Sets the value of the adminEmail property.
|
void |
setAdminName(String value)
Sets the value of the adminName property.
|
void |
setAdminPhone(String value)
Sets the value of the adminPhone property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected String id
protected String name
protected String adminName
protected String adminEmail
protected String adminPhone
public void setId(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getAdminName()
Stringpublic void setAdminName(String value)
value - allowed object is
Stringpublic String getAdminEmail()
Stringpublic void setAdminEmail(String value)
value - allowed object is
Stringpublic String getAdminPhone()
StringCopyright © 2000–2025 MPXJ. All rights reserved.