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, unsetLinksgetActions, isSetActions, setActionspublic String getVendor()
Stringpublic void setVendor(String value)
value - allowed object is
Stringpublic boolean isSetVendor()
public Version getVersion()
Versionpublic void setVersion(Version value)
value - allowed object is
Versionpublic boolean isSetVersion()
public String getFullVersion()
Stringpublic void setFullVersion(String value)
value - allowed object is
Stringpublic boolean isSetFullVersion()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0