public class Label extends BaseResource
Java class for Label complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Label"> <complexContent> <extension base="{}BaseResource"> <sequence> <element ref="{}network" minOccurs="0"/> <element ref="{}host_nic" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor and Description |
---|
Label() |
Modifier and Type | Method and Description |
---|---|
HostNIC |
getHostNic()
Gets the value of the hostNic property.
|
Network |
getNetwork()
Gets the value of the network property.
|
boolean |
isSetHostNic() |
boolean |
isSetNetwork() |
void |
setHostNic(HostNIC value)
Sets the value of the hostNic property.
|
void |
setNetwork(Network value)
Sets the value of the network 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 Network getNetwork()
Network
public void setNetwork(Network value)
value
- allowed object is
Network
public boolean isSetNetwork()
public HostNIC getHostNic()
HostNIC
public void setHostNic(HostNIC value)
value
- allowed object is
HostNIC
public boolean isSetHostNic()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0