|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.dawb.edna.thumbnail.XSData
org.dawb.edna.thumbnail.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()
XSDataString
public void setCompiler(XSDataString value)
value
- allowed object is
XSDataString
public XSDataString getHostIP()
XSDataString
public void setHostIP(XSDataString value)
value
- allowed object is
XSDataString
public XSDataString getHostName()
XSDataString
public void setHostName(XSDataString value)
value
- allowed object is
XSDataString
public XSDataString getOperatingSystem()
XSDataString
public void setOperatingSystem(XSDataString value)
value
- allowed object is
XSDataString
public XSDataString getOperatingSystemType()
XSDataString
public void setOperatingSystemType(XSDataString value)
value
- allowed object is
XSDataString
public XSDataString getUserName()
XSDataString
public void setUserName(XSDataString value)
value
- allowed object is
XSDataString
public XSDataString getVirtualMachine()
XSDataString
public 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 |