au.net.electronichealth.ns.pcehr.xsd.common.commoncoreelements._1
Class PCEHRHeader.ProductType

java.lang.Object
  extended by au.net.electronichealth.ns.pcehr.xsd.common.commoncoreelements._1.PCEHRHeader.ProductType
Enclosing class:
PCEHRHeader

public static class PCEHRHeader.ProductType
extends java.lang.Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="vendor" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <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>
 


Field Summary
protected  java.lang.String platform
           
protected  java.lang.String productName
           
protected  java.lang.String productVersion
           
protected  java.lang.String vendor
           
 
Constructor Summary
PCEHRHeader.ProductType()
           
 
Method Summary
 java.lang.String getPlatform()
          Gets the value of the platform property.
 java.lang.String getProductName()
          Gets the value of the productName property.
 java.lang.String getProductVersion()
          Gets the value of the productVersion property.
 java.lang.String getVendor()
          Gets the value of the vendor property.
 void setPlatform(java.lang.String value)
          Sets the value of the platform property.
 void setProductName(java.lang.String value)
          Sets the value of the productName property.
 void setProductVersion(java.lang.String value)
          Sets the value of the productVersion property.
 void setVendor(java.lang.String value)
          Sets the value of the vendor property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

vendor

protected java.lang.String vendor

productName

protected java.lang.String productName

productVersion

protected java.lang.String productVersion

platform

protected java.lang.String platform
Constructor Detail

PCEHRHeader.ProductType

public PCEHRHeader.ProductType()
Method Detail

getVendor

public java.lang.String getVendor()
Gets the value of the vendor property.

Returns:
possible object is String

setVendor

public void setVendor(java.lang.String value)
Sets the value of the vendor property.

Parameters:
value - allowed object is String

getProductName

public java.lang.String getProductName()
Gets the value of the productName property.

Returns:
possible object is String

setProductName

public void setProductName(java.lang.String value)
Sets the value of the productName property.

Parameters:
value - allowed object is String

getProductVersion

public java.lang.String getProductVersion()
Gets the value of the productVersion property.

Returns:
possible object is String

setProductVersion

public void setProductVersion(java.lang.String value)
Sets the value of the productVersion property.

Parameters:
value - allowed object is String

getPlatform

public java.lang.String getPlatform()
Gets the value of the platform property.

Returns:
possible object is String

setPlatform

public void setPlatform(java.lang.String value)
Sets the value of the platform property.

Parameters:
value - allowed object is String