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

All Known Implementing Classes:
FieldMetaDataImpl, FieldTask

public interface FieldMetaData

Java content class for FieldMetaData complex type.

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

 <complexType name="FieldMetaData">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="type" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="pk" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.String getName()
           
 int getType()
           
 boolean isPk()
           
 boolean isSetName()
           
 boolean isSetPk()
           
 boolean isSetType()
           
 void setName(java.lang.String value)
           
 void setPk(boolean value)
           
 void setType(int value)
           
 void unsetName()
           
 void unsetPk()
           
 void unsetType()
           
 

Method Detail

getType

int getType()

setType

void setType(int value)

isSetType

boolean isSetType()

unsetType

void unsetType()

isPk

boolean isPk()

setPk

void setPk(boolean value)

isSetPk

boolean isSetPk()

unsetPk

void unsetPk()

getName

java.lang.String getName()

setName

void setName(java.lang.String value)

isSetName

boolean isSetName()

unsetName

void unsetName()