|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectau.net.electronichealth.ns.pcehr.xsd.common.commoncoreelements._1.PCEHRHeader.ProductType
public static class PCEHRHeader.ProductType
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 |
---|
protected java.lang.String vendor
protected java.lang.String productName
protected java.lang.String productVersion
protected java.lang.String platform
Constructor Detail |
---|
public PCEHRHeader.ProductType()
Method Detail |
---|
public java.lang.String getVendor()
String
public void setVendor(java.lang.String value)
value
- allowed object is
String
public java.lang.String getProductName()
String
public void setProductName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getProductVersion()
String
public void setProductVersion(java.lang.String value)
value
- allowed object is
String
public java.lang.String getPlatform()
String
public void setPlatform(java.lang.String value)
value
- allowed object is
String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |