|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.molgenis.jaxb.CbmNode
public class CbmNode
Java class for CbmNode complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CbmNode">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="protocols" minOccurs="0" form="qualified">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{gme://caCORE.caCORE/3.2/gov.nih.nci.cbm.domain.MarshallerModel}CollectionProtocol" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="source" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
CbmNode.Protocols
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected CbmNode.Protocols |
protocols
|
protected String |
source
|
| Constructor Summary | |
|---|---|
CbmNode()
|
|
| Method Summary | |
|---|---|
CbmNode.Protocols |
getProtocols()
Gets the value of the protocols property. |
String |
getSource()
Gets the value of the source property. |
void |
setProtocols(CbmNode.Protocols value)
Sets the value of the protocols property. |
void |
setSource(String value)
Sets the value of the source property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected CbmNode.Protocols protocols
protected String source
| Constructor Detail |
|---|
public CbmNode()
| Method Detail |
|---|
public CbmNode.Protocols getProtocols()
CbmNode.Protocolspublic void setProtocols(CbmNode.Protocols value)
value - allowed object is
CbmNode.Protocolspublic String getSource()
Stringpublic void setSource(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||