|
||||||||||
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.XSDataSpaceGroup
public class XSDataSpaceGroup
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 |
---|
public XSDataSpaceGroup()
Method Detail |
---|
public XSDataInteger getITNumber()
XSDataInteger
public void setITNumber(XSDataInteger value)
value
- allowed object is
XSDataInteger
public XSDataString getName()
XSDataString
public void setName(XSDataString value)
value
- allowed object is
XSDataString
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |