Uses of Class
sbnmarc.ElementAutType

Packages that use ElementAutType
sbnmarc   
 

Uses of ElementAutType in sbnmarc
 

Methods in sbnmarc that return ElementAutType
 ElementAutType CreaTypeChoice.getElementoAut()
          Returns the value of field 'elementoAut'.
 ElementAutType LegameElementoAutType.getElementoAutLegato()
          Returns the value of field 'elementoAutLegato'.
 ElementAutType ModificaType.getElementoAut()
          Returns the value of field 'elementoAut'.
 ElementAutType SbnOutputType.getElementoAut(int index)
           
 ElementAutType[] SbnOutputType.getElementoAut()
           
static ElementAutType ElementAutType.unmarshalElementAutType(java.io.Reader reader)
           
 

Methods in sbnmarc with parameters of type ElementAutType
 void CreaTypeChoice.setElementoAut(ElementAutType elementoAut)
          Sets the value of field 'elementoAut'.
 void LegameElementoAutType.setElementoAutLegato(ElementAutType elementoAutLegato)
          Sets the value of field 'elementoAutLegato'.
 void ModificaType.setElementoAut(ElementAutType elementoAut)
          Sets the value of field 'elementoAut'.
 void SbnOutputType.addElementoAut(ElementAutType vElementoAut)
           
 void SbnOutputType.addElementoAut(int index, ElementAutType vElementoAut)
           
 boolean SbnOutputType.removeElementoAut(ElementAutType vElementoAut)
           
 void SbnOutputType.setElementoAut(int index, ElementAutType vElementoAut)
           
 void SbnOutputType.setElementoAut(ElementAutType[] elementoAutArray)