Version: 1.1.1

org.inb.biomoby.central.factory.jaxb.registry
Class RegisterServiceTypeOperation.RegisterServiceType

java.lang.Object
  extended by org.inb.biomoby.central.factory.jaxb.registry.RegisterServiceTypeOperation.RegisterServiceType
Enclosing class:
RegisterServiceTypeOperation

public static class RegisterServiceTypeOperation.RegisterServiceType
extends Object


Constructor Summary
RegisterServiceTypeOperation.RegisterServiceType()
           
 
Method Summary
 void addRelationship(RegisterServiceTypeOperation.Relationship relationship)
           
 String getAuthURI()
           
 String getContactEmail()
           
 String getDescription()
           
 List<RegisterServiceTypeOperation.Relationship> getRelationships()
           
 String getServiceType()
           
 void setAuthURI(String authURI)
           
 void setContactEmail(String contactEmail)
           
 void setDescription(String description)
           
 void setServiceType(String serviceType)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegisterServiceTypeOperation.RegisterServiceType

public RegisterServiceTypeOperation.RegisterServiceType()
Method Detail

getServiceType

public String getServiceType()

setServiceType

public void setServiceType(String serviceType)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

addRelationship

public void addRelationship(RegisterServiceTypeOperation.Relationship relationship)

getRelationships

public List<RegisterServiceTypeOperation.Relationship> getRelationships()

getAuthURI

public String getAuthURI()

setAuthURI

public void setAuthURI(String authURI)

getContactEmail

public String getContactEmail()

setContactEmail

public void setContactEmail(String contactEmail)

Version: 1.1.1

Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010