org.dawb.edna.mxv1
Class XSDataSpaceGroup

java.lang.Object
  extended by org.dawb.edna.mxv1.XSData
      extended by org.dawb.edna.mxv1.XSDataSpaceGroup

public class XSDataSpaceGroup
extends XSData

Java class for XSDataSpaceGroup complex type.

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

 <complexType name="XSDataSpaceGroup">
   <complexContent>
     <extension base="{http://www.edna-site.org}XSData">
       <sequence>
         <element name="ITNumber" type="{http://www.edna-site.org}XSDataInteger"/>
         <element name="name" type="{http://www.edna-site.org}XSDataString"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
XSDataSpaceGroup()
           
 
Method Summary
 XSDataInteger getITNumber()
          Gets the value of the itNumber property.
 XSDataString getName()
          Gets the value of the name property.
 void setITNumber(XSDataInteger value)
          Sets the value of the itNumber property.
 void setName(XSDataString value)
          Sets the value of the name property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSDataSpaceGroup

public XSDataSpaceGroup()
Method Detail

getITNumber

public XSDataInteger getITNumber()
Gets the value of the itNumber property.

Returns:
possible object is XSDataInteger

setITNumber

public void setITNumber(XSDataInteger value)
Sets the value of the itNumber property.

Parameters:
value - allowed object is XSDataInteger

getName

public XSDataString getName()
Gets the value of the name property.

Returns:
possible object is XSDataString

setName

public void setName(XSDataString value)
Sets the value of the name property.

Parameters:
value - allowed object is XSDataString