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>
Constructor and Description |
---|
Group() |
Modifier and Type | Method and Description |
---|---|
Domain |
getDomain()
Gets the value of the domain property.
|
Object |
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.
|
getComment, getCreationStatus, getDescription, getHref, getId, getLinks, getName, isSetComment, isSetCreationStatus, isSetDescription, isSetHref, isSetId, isSetLinks, isSetName, setComment, setCreationStatus, setDescription, setHref, setId, setName, unsetLinks
getActions, isSetActions, setActions
public Domain getDomain()
Domain
public void setDomain(Domain value)
value
- allowed object is
Domain
public boolean isSetDomain()
public Object getRoles()
Roles
public void setRoles(Roles value)
value
- allowed object is
Roles
public boolean isSetRoles()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0