org.dawb.edna.thumbnail
Class XSDataSysteminfo

java.lang.Object
  extended by org.dawb.edna.thumbnail.XSData
      extended by org.dawb.edna.thumbnail.XSDataSysteminfo

public class XSDataSysteminfo
extends XSData

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

XSDataSysteminfo

public XSDataSysteminfo()
Method Detail

getCompiler

public XSDataString getCompiler()
Gets the value of the compiler property.

Returns:
possible object is XSDataString

setCompiler

public void setCompiler(XSDataString value)
Sets the value of the compiler property.

Parameters:
value - allowed object is XSDataString

getHostIP

public XSDataString getHostIP()
Gets the value of the hostIP property.

Returns:
possible object is XSDataString

setHostIP

public void setHostIP(XSDataString value)
Sets the value of the hostIP property.

Parameters:
value - allowed object is XSDataString

getHostName

public XSDataString getHostName()
Gets the value of the hostName property.

Returns:
possible object is XSDataString

setHostName

public void setHostName(XSDataString value)
Sets the value of the hostName property.

Parameters:
value - allowed object is XSDataString

getOperatingSystem

public XSDataString getOperatingSystem()
Gets the value of the operatingSystem property.

Returns:
possible object is XSDataString

setOperatingSystem

public void setOperatingSystem(XSDataString value)
Sets the value of the operatingSystem property.

Parameters:
value - allowed object is XSDataString

getOperatingSystemType

public XSDataString getOperatingSystemType()
Gets the value of the operatingSystemType property.

Returns:
possible object is XSDataString

setOperatingSystemType

public void setOperatingSystemType(XSDataString value)
Sets the value of the operatingSystemType property.

Parameters:
value - allowed object is XSDataString

getUserName

public XSDataString getUserName()
Gets the value of the userName property.

Returns:
possible object is XSDataString

setUserName

public void setUserName(XSDataString value)
Sets the value of the userName property.

Parameters:
value - allowed object is XSDataString

getVirtualMachine

public XSDataString getVirtualMachine()
Gets the value of the virtualMachine property.

Returns:
possible object is XSDataString

setVirtualMachine

public void setVirtualMachine(XSDataString value)
Sets the value of the virtualMachine property.

Parameters:
value - allowed object is XSDataString