public class ProductType extends Object
Java class for ProductType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProductType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="vendor" type="{http://ns.electronichealth.net.au/hi/xsd/common/QualifiedIdentifier/3.0}QualifiedId"/>
<element name="productName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="productVersion" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="platform" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
platform |
protected String |
productName |
protected String |
productVersion |
protected QualifiedId |
vendor |
| Constructor and Description |
|---|
ProductType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPlatform()
Gets the value of the platform property.
|
String |
getProductName()
Gets the value of the productName property.
|
String |
getProductVersion()
Gets the value of the productVersion property.
|
QualifiedId |
getVendor()
Gets the value of the vendor property.
|
void |
setPlatform(String value)
Sets the value of the platform property.
|
void |
setProductName(String value)
Sets the value of the productName property.
|
void |
setProductVersion(String value)
Sets the value of the productVersion property.
|
void |
setVendor(QualifiedId value)
Sets the value of the vendor property.
|
protected QualifiedId vendor
protected String productName
protected String productVersion
protected String platform
public QualifiedId getVendor()
QualifiedIdpublic void setVendor(QualifiedId value)
value - allowed object is
QualifiedIdpublic String getProductName()
Stringpublic void setProductName(String value)
value - allowed object is
Stringpublic String getProductVersion()
Stringpublic void setProductVersion(String value)
value - allowed object is
Stringpublic String getPlatform()
StringCopyright © 2021. All rights reserved.