public class Group extends BaseResource
Java class for Group complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Group"> <complexContent> <extension base="{}BaseResource"> <sequence> <element ref="{}domain" minOccurs="0"/> <element name="roles" type="{}Roles" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Domain |
domain |
protected Roles |
roles |
actions, creationStatus, description, href, id, links, name
Constructor and Description |
---|
Group() |
Modifier and Type | Method and Description |
---|---|
Domain |
getDomain()
Gets the value of the domain property.
|
Roles |
getRoles()
Gets the value of the roles property.
|
boolean |
isSetDomain() |
boolean |
isSetRoles() |
void |
setDomain(Domain value)
Sets the value of the domain property.
|
void |
setRoles(Roles value)
Sets the value of the roles property.
|
getActions, getCreationStatus, getDescription, getHref, getId, getLinks, getName, isSetActions, isSetCreationStatus, isSetDescription, isSetHref, isSetId, isSetLinks, isSetName, setActions, setCreationStatus, setDescription, setHref, setId, setName, unsetLinks
public Domain getDomain()
Domain
public void setDomain(Domain value)
value
- allowed object is
Domain
public boolean isSetDomain()
public Roles getRoles()
Roles
public void setRoles(Roles value)
value
- allowed object is
Roles
public boolean isSetRoles()
Copyright © 2012. All Rights Reserved.