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
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getAdminName()
String
public void setAdminName(String value)
value
- allowed object is
String
public String getAdminEmail()
String
public void setAdminEmail(String value)
value
- allowed object is
String
public String getAdminPhone()
String
Copyright © 2000–2024 Packwood Software. All rights reserved.