Package bioMoby :: Module mobyRegister :: Class ServiceType
[show private | hide private]
[frames | no frames]

Class ServiceType

GeneralInformations --+
                      |
                     ServiceType


Service's type
Method Summary
  __init__(self, contactEmail, authURI, description, serviceType, relationship)
Arguments are described in a dictionary Relations are described in a tuple ('relationship type', 'type of service')
  __str__(self)
Return the instance as a Moby XML
  deregister(self)
Deregister the service's Type on moby
  register(self)
Register the service's type on the moby server

Class Variable Summary
    Inherited from GeneralInformations
str authURI = ''
str contact = ''
str description = ''

Method Details

__init__(self, contactEmail='', authURI='', description='', serviceType='', relationship=None)
(Constructor)

Arguments are described in a dictionary Relations are described in a tuple ('relationship type', 'type of service')
Overrides:
bioMoby.mobyRegister.GeneralInformations.__init__

__str__(self)
(Informal representation operator)

Return the instance as a Moby XML

deregister(self)

Deregister the service's Type on moby

register(self)

Register the service's type on the moby server

Generated by Epydoc 2.1 on Wed Nov 3 17:06:09 2004 http://epydoc.sf.net