org.molgenis.jaxb
Class CbmNode

java.lang.Object
  extended by org.molgenis.jaxb.CbmNode

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>
 


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

protocols

protected CbmNode.Protocols protocols

source

protected String source
Constructor Detail

CbmNode

public CbmNode()
Method Detail

getProtocols

public CbmNode.Protocols getProtocols()
Gets the value of the protocols property.

Returns:
possible object is CbmNode.Protocols

setProtocols

public void setProtocols(CbmNode.Protocols value)
Sets the value of the protocols property.

Parameters:
value - allowed object is CbmNode.Protocols

getSource

public String getSource()
Gets the value of the source property.

Returns:
possible object is String

setSource

public void setSource(String value)
Sets the value of the source property.

Parameters:
value - allowed object is String


Copyright © 2013. All Rights Reserved.