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 ref="{}version" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
vendor |
protected Version |
version |
actions, creationStatus, description, href, id, links, name
Constructor and Description |
---|
ProductInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getVendor()
Gets the value of the vendor property.
|
Version |
getVersion()
Gets the value of the version property.
|
boolean |
isSetVendor() |
boolean |
isSetVersion() |
void |
setVendor(String value)
Sets the value of the vendor property.
|
void |
setVersion(Version value)
Sets the value of the version property.
|
getActions, getCreationStatus, getDescription, getHref, getId, getLinks, getName, isSetActions, isSetCreationStatus, isSetDescription, isSetHref, isSetId, isSetLinks, isSetName, setActions, setCreationStatus, setDescription, setHref, setId, setName, unsetLinks
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()
Copyright © 2012. All Rights Reserved.