public class Tag extends BaseResource
Java class for Tag complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Tag">
<complexContent>
<extension base="{}BaseResource">
<sequence>
<element ref="{}host" minOccurs="0"/>
<element ref="{}vm" minOccurs="0"/>
<element ref="{}user" minOccurs="0"/>
<element ref="{}group" minOccurs="0"/>
<element name="parent" type="{}TagParent" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Group |
group |
protected Host |
host |
protected TagParent |
parent |
protected User |
user |
protected VM |
vm |
actions, creationStatus, description, href, id, links, name| Constructor and Description |
|---|
Tag() |
| Modifier and Type | Method and Description |
|---|---|
Group |
getGroup()
Gets the value of the group property.
|
Host |
getHost()
Gets the value of the host property.
|
TagParent |
getParent()
Gets the value of the parent property.
|
User |
getUser()
Gets the value of the user property.
|
VM |
getVm()
Gets the value of the vm property.
|
boolean |
isSetGroup() |
boolean |
isSetHost() |
boolean |
isSetParent() |
boolean |
isSetUser() |
boolean |
isSetVm() |
void |
setGroup(Group value)
Sets the value of the group property.
|
void |
setHost(Host value)
Sets the value of the host property.
|
void |
setParent(TagParent value)
Sets the value of the parent property.
|
void |
setUser(User value)
Sets the value of the user property.
|
void |
setVm(VM value)
Sets the value of the vm property.
|
getActions, getCreationStatus, getDescription, getHref, getId, getLinks, getName, isSetActions, isSetCreationStatus, isSetDescription, isSetHref, isSetId, isSetLinks, isSetName, setActions, setCreationStatus, setDescription, setHref, setId, setName, unsetLinksprotected Host host
protected VM vm
protected User user
protected Group group
protected TagParent parent
public void setHost(Host value)
value - allowed object is
Hostpublic boolean isSetHost()
public void setVm(VM value)
value - allowed object is
VMpublic boolean isSetVm()
public void setUser(User value)
value - allowed object is
Userpublic boolean isSetUser()
public Group getGroup()
Grouppublic void setGroup(Group value)
value - allowed object is
Grouppublic boolean isSetGroup()
public TagParent getParent()
TagParentpublic void setParent(TagParent value)
value - allowed object is
TagParentpublic boolean isSetParent()
Copyright © 2012. All Rights Reserved.