public class ProductInfo extends BaseResource
Java class for ProductInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProductInfo"> <complexContent> <extension base="{}BaseResource"> <sequence> <element name="vendor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="version" type="{}Version" minOccurs="0"/> <element name="full_version" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor and Description |
---|
ProductInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getFullVersion()
Gets the value of the fullVersion property.
|
String |
getVendor()
Gets the value of the vendor property.
|
Version |
getVersion()
Gets the value of the version property.
|
boolean |
isSetFullVersion() |
boolean |
isSetVendor() |
boolean |
isSetVersion() |
void |
setFullVersion(String value)
Sets the value of the fullVersion property.
|
void |
setVendor(String value)
Sets the value of the vendor property.
|
void |
setVersion(Version value)
Sets the value of the version 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 String getVendor()
String
public void setVendor(String value)
value
- allowed object is
String
public boolean isSetVendor()
public Version getVersion()
Version
public void setVersion(Version value)
value
- allowed object is
Version
public boolean isSetVersion()
public String getFullVersion()
String
public void setFullVersion(String value)
value
- allowed object is
String
public boolean isSetFullVersion()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0