sbnmarc
Class GraficoType

java.lang.Object
  |
  +--sbnmarcBase.sbnmarcBase
        |
        +--sbnmarc.DatiDocType
              |
              +--sbnmarc.GraficoType
All Implemented Interfaces:
java.io.Serializable

public class GraficoType
extends DatiDocType
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
GraficoType()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 C116 getT116()
          Returns the value of field 't116'.
 boolean isValid()
           
 void marshal(org.xml.sax.ContentHandler handler)
           
 void marshal(java.io.Writer out)
           
 void setT116(C116 t116)
          Sets the value of field 't116'.
static GraficoType unmarshalGraficoType(java.io.Reader reader)
           
 void validate()
           
 
Methods inherited from class sbnmarc.DatiDocType
addNumSTD, addNumSTD, addT210, addT210, clearNumSTD, clearT210, enumerateNumSTD, enumerateT210, getGuida, getLivelloAut, getNumSTD, getNumSTD, getNumSTDCount, getT001, getT005, getT100, getT101, getT102, getT110, getT200, getT205, getT207, getT210, getT210, getT210Count, getT215, getT3XX, getT801, getT856, getTipoMateriale, removeNumSTD, removeT210, setGuida, setLivelloAut, setNumSTD, setNumSTD, setT001, setT005, setT100, setT101, setT102, setT110, setT200, setT205, setT207, setT210, setT210, setT215, setT3XX, setT801, setT856, setTipoMateriale, unmarshalDatiDocType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraficoType

public GraficoType()
Method Detail

equals

public boolean equals(java.lang.Object obj)
Note: hashCode() has not been overriden
Overrides:
equals in class DatiDocType
Parameters:
obj -  

getT116

public C116 getT116()
Returns the value of field 't116'.
Returns:
the value of field 't116'.

isValid

public boolean isValid()
Overrides:
isValid in class DatiDocType

marshal

public void marshal(java.io.Writer out)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Overrides:
marshal in class DatiDocType
Parameters:
out -  

marshal

public void marshal(org.xml.sax.ContentHandler handler)
             throws java.io.IOException,
                    org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Overrides:
marshal in class DatiDocType
Parameters:
handler -  

setT116

public void setT116(C116 t116)
Sets the value of field 't116'.
Parameters:
t116 - the value of field 't116'.

unmarshalGraficoType

public static GraficoType unmarshalGraficoType(java.io.Reader reader)
                                        throws org.exolab.castor.xml.MarshalException,
                                               org.exolab.castor.xml.ValidationException
Parameters:
reader -  

validate

public void validate()
              throws org.exolab.castor.xml.ValidationException
Overrides:
validate in class DatiDocType