|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dawb.edna.mxv1.XSData
org.dawb.edna.mxv1.XSDataSysteminfo
public class XSDataSysteminfo
Java class for XSDataSysteminfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XSDataSysteminfo">
<complexContent>
<extension base="{http://www.edna-site.org}XSData">
<sequence>
<element name="compiler" type="{http://www.edna-site.org}XSDataString"/>
<element name="hostIP" type="{http://www.edna-site.org}XSDataString"/>
<element name="hostName" type="{http://www.edna-site.org}XSDataString"/>
<element name="operatingSystem" type="{http://www.edna-site.org}XSDataString"/>
<element name="operatingSystemType" type="{http://www.edna-site.org}XSDataString"/>
<element name="userName" type="{http://www.edna-site.org}XSDataString"/>
<element name="virtualMachine" type="{http://www.edna-site.org}XSDataString"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
XSDataSysteminfo()
|
|
| Method Summary | |
|---|---|
XSDataString |
getCompiler()
Gets the value of the compiler property. |
XSDataString |
getHostIP()
Gets the value of the hostIP property. |
XSDataString |
getHostName()
Gets the value of the hostName property. |
XSDataString |
getOperatingSystem()
Gets the value of the operatingSystem property. |
XSDataString |
getOperatingSystemType()
Gets the value of the operatingSystemType property. |
XSDataString |
getUserName()
Gets the value of the userName property. |
XSDataString |
getVirtualMachine()
Gets the value of the virtualMachine property. |
void |
setCompiler(XSDataString value)
Sets the value of the compiler property. |
void |
setHostIP(XSDataString value)
Sets the value of the hostIP property. |
void |
setHostName(XSDataString value)
Sets the value of the hostName property. |
void |
setOperatingSystem(XSDataString value)
Sets the value of the operatingSystem property. |
void |
setOperatingSystemType(XSDataString value)
Sets the value of the operatingSystemType property. |
void |
setUserName(XSDataString value)
Sets the value of the userName property. |
void |
setVirtualMachine(XSDataString value)
Sets the value of the virtualMachine property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XSDataSysteminfo()
| Method Detail |
|---|
public XSDataString getCompiler()
XSDataStringpublic void setCompiler(XSDataString value)
value - allowed object is
XSDataStringpublic XSDataString getHostIP()
XSDataStringpublic void setHostIP(XSDataString value)
value - allowed object is
XSDataStringpublic XSDataString getHostName()
XSDataStringpublic void setHostName(XSDataString value)
value - allowed object is
XSDataStringpublic XSDataString getOperatingSystem()
XSDataStringpublic void setOperatingSystem(XSDataString value)
value - allowed object is
XSDataStringpublic XSDataString getOperatingSystemType()
XSDataStringpublic void setOperatingSystemType(XSDataString value)
value - allowed object is
XSDataStringpublic XSDataString getUserName()
XSDataStringpublic void setUserName(XSDataString value)
value - allowed object is
XSDataStringpublic XSDataString getVirtualMachine()
XSDataStringpublic void setVirtualMachine(XSDataString value)
value - allowed object is
XSDataString
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||