Uses of Class
sbnmarc.PropostaType

Packages that use PropostaType
sbnmarc   
 

Uses of PropostaType in sbnmarc
 

Methods in sbnmarc that return PropostaType
 PropostaType CreaTypeChoice.getPropostaCorrezione()
          Returns the value of field 'propostaCorrezione'.
static PropostaType PropostaType.unmarshalPropostaType(java.io.Reader reader)
           
 PropostaType ModificaType.getPropostaCorrezione()
          Returns the value of field 'propostaCorrezione'.
 PropostaType SbnOutputType.getPropostaCorrezione(int index)
           
 PropostaType[] SbnOutputType.getPropostaCorrezione()
           
 

Methods in sbnmarc with parameters of type PropostaType
 void CreaTypeChoice.setPropostaCorrezione(PropostaType propostaCorrezione)
          Sets the value of field 'propostaCorrezione'.
 void ModificaType.setPropostaCorrezione(PropostaType propostaCorrezione)
          Sets the value of field 'propostaCorrezione'.
 void SbnOutputType.addPropostaCorrezione(PropostaType vPropostaCorrezione)
           
 void SbnOutputType.addPropostaCorrezione(int index, PropostaType vPropostaCorrezione)
           
 boolean SbnOutputType.removePropostaCorrezione(PropostaType vPropostaCorrezione)
           
 void SbnOutputType.setPropostaCorrezione(int index, PropostaType vPropostaCorrezione)
           
 void SbnOutputType.setPropostaCorrezione(PropostaType[] propostaCorrezioneArray)