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

All Known Implementing Classes:
ValueImpl

public interface Value

Java content class for Value complex type.

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

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


Method Summary
 java.lang.String getStringValue()
           
 boolean isNull()
           
 boolean isSetNull()
           
 boolean isSetStringValue()
           
 void setNull(boolean value)
           
 void setStringValue(java.lang.String value)
           
 void unsetNull()
           
 void unsetStringValue()
           
 

Method Detail

isNull

boolean isNull()

setNull

void setNull(boolean value)

isSetNull

boolean isSetNull()

unsetNull

void unsetNull()

getStringValue

java.lang.String getStringValue()

setStringValue

void setStringValue(java.lang.String value)

isSetStringValue

boolean isSetStringValue()

unsetStringValue

void unsetStringValue()