org.chur.ant.db.jdbsynch.jaxb
Interface Record

All Known Implementing Classes:
RecordImpl

public interface Record

Java content class for Record complex type.

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

 <complexType name="Record">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="values" type="{}Value" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.util.List getValues()
           
 boolean isSetValues()
           
 void unsetValues()
           
 

Method Detail

getValues

java.util.List getValues()

isSetValues

boolean isSetValues()

unsetValues

void unsetValues()