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="{}template" minOccurs="0"/> <element ref="{}user" minOccurs="0"/> <element ref="{}group" minOccurs="0"/> <element name="parent" type="{}TagParent" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
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.
|
Template |
getTemplate()
Gets the value of the template 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 |
isSetTemplate() |
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 |
setTemplate(Template value)
Sets the value of the template property.
|
void |
setUser(User value)
Sets the value of the user property.
|
void |
setVm(VM value)
Sets the value of the vm 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 void setHost(Host value)
value
- allowed object is
Host
public boolean isSetHost()
public void setVm(VM value)
value
- allowed object is
VM
public boolean isSetVm()
public Template getTemplate()
Template
public void setTemplate(Template value)
value
- allowed object is
Template
public boolean isSetTemplate()
public void setUser(User value)
value
- allowed object is
User
public boolean isSetUser()
public Group getGroup()
Group
public void setGroup(Group value)
value
- allowed object is
Group
public boolean isSetGroup()
public TagParent getParent()
TagParent
public void setParent(TagParent value)
value
- allowed object is
TagParent
public boolean isSetParent()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0