public class CbmNode extends Object
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>
| Modifier and Type | Class and Description |
|---|---|
static class |
CbmNode.Protocols
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected CbmNode.Protocols |
protocols |
protected String |
source |
| Constructor and Description |
|---|
CbmNode() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected CbmNode.Protocols protocols
protected String source
public CbmNode.Protocols getProtocols()
CbmNode.Protocolspublic void setProtocols(CbmNode.Protocols value)
value - allowed object is
CbmNode.Protocolspublic String getSource()
StringCopyright © 2015. All Rights Reserved.