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