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="external_id" type="{http://www.w3.org/2001/XMLSchema}string" 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.
|
String |
getExternalId()
Gets the value of the externalId property.
|
Object |
getRoles()
Gets the value of the roles property.
|
boolean |
isSetDomain() |
boolean |
isSetExternalId() |
boolean |
isSetRoles() |
void |
setDomain(Domain value)
Sets the value of the domain property.
|
void |
setExternalId(String value)
Sets the value of the externalId 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, unsetLinksgetActions, isSetActions, setActionspublic Domain getDomain()
Domainpublic void setDomain(Domain value)
value - allowed object is
Domainpublic boolean isSetDomain()
public String getExternalId()
Stringpublic void setExternalId(String value)
value - allowed object is
Stringpublic boolean isSetExternalId()
public Object getRoles()
Rolespublic void setRoles(Roles value)
value - allowed object is
Rolespublic boolean isSetRoles()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0