Uses of Class
sbnmarc.SbnUserType

Packages that use SbnUserType
sbnmarc   
 

Uses of SbnUserType in sbnmarc
 

Methods in sbnmarc that return SbnUserType
 SbnUserType CercaType.getCercaSbnProfile()
          Returns the value of field 'cercaSbnProfile'.
static SbnUserType SbnUserType.unmarshalSbnUserType(java.io.Reader reader)
           
 SbnUserType SBNMarcType.getSbnUser()
          Returns the value of field 'sbnUser'.
 SbnUserType SbnProfileType.getSbnUser()
          Returns the value of field 'sbnUser'.
 

Methods in sbnmarc with parameters of type SbnUserType
 void CercaType.setCercaSbnProfile(SbnUserType cercaSbnProfile)
          Sets the value of field 'cercaSbnProfile'.
 void SBNMarcType.setSbnUser(SbnUserType sbnUser)
          Sets the value of field 'sbnUser'.
 void SbnProfileType.setSbnUser(SbnUserType sbnUser)
          Sets the value of field 'sbnUser'.