org.apache.juddi.api_v3
Class Publisher

java.lang.Object
  extended by org.apache.juddi.api_v3.Publisher
All Implemented Interfaces:
Serializable

public class Publisher
extends Object
implements Serializable

Java class for Publisher type. Specific to juddi.

Author:
Jeff Faath
See Also:
Serialized Form

Field Summary
protected  String authorizedName
           
protected  String emailAddress
           
protected  String isAdmin
           
protected  String isEnabled
           
protected  Integer maxBindingsPerService
           
protected  Integer maxBusinesses
           
protected  Integer maxServicePerBusiness
           
protected  Integer maxTModels
           
protected  String publisherName
           
protected  List<SignatureType> signature
           
 
Constructor Summary
Publisher()
           
 
Method Summary
 String getAuthorizedName()
           
 String getEmailAddress()
           
 String getIsAdmin()
           
 String getIsEnabled()
           
 Integer getMaxBindingsPerService()
           
 Integer getMaxBusinesses()
           
 Integer getMaxServicePerBusiness()
           
 Integer getMaxTModels()
           
 String getPublisherName()
           
 List<SignatureType> getSignature()
          Gets the value of the signature property.
 void setAuthorizedName(String authorizedName)
           
 void setEmailAddress(String emailAddress)
           
 void setIsAdmin(String isAdmin)
           
 void setIsEnabled(String isEnabled)
           
 void setMaxBindingsPerService(Integer maxBindingsPerService)
           
 void setMaxBusinesses(Integer maxBusinesses)
           
 void setMaxServicePerBusiness(Integer maxServicePerBusiness)
           
 void setMaxTModels(Integer maxTModels)
           
 void setPublisherName(String publisherName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

publisherName

protected String publisherName

emailAddress

protected String emailAddress

isAdmin

protected String isAdmin

isEnabled

protected String isEnabled

maxBindingsPerService

protected Integer maxBindingsPerService

maxBusinesses

protected Integer maxBusinesses

maxServicePerBusiness

protected Integer maxServicePerBusiness

maxTModels

protected Integer maxTModels

signature

protected List<SignatureType> signature

authorizedName

protected String authorizedName
Constructor Detail

Publisher

public Publisher()
Method Detail

getPublisherName

public String getPublisherName()
Returns:
the publisherName

setPublisherName

public void setPublisherName(String publisherName)
Parameters:
publisherName - the publisherName to set

getEmailAddress

public String getEmailAddress()
Returns:
the emailAddress

setEmailAddress

public void setEmailAddress(String emailAddress)
Parameters:
emailAddress - the emailAddress to set

getIsAdmin

public String getIsAdmin()
Returns:
the isAdmin

setIsAdmin

public void setIsAdmin(String isAdmin)
Parameters:
isAdmin - the isAdmin to set

getIsEnabled

public String getIsEnabled()
Returns:
the isEnabled

setIsEnabled

public void setIsEnabled(String isEnabled)
Parameters:
isEnabled - the isEnabled to set

getMaxBindingsPerService

public Integer getMaxBindingsPerService()
Returns:
the maxBindingsPerService

setMaxBindingsPerService

public void setMaxBindingsPerService(Integer maxBindingsPerService)
Parameters:
maxBindingsPerService - the maxBindingsPerService to set

getMaxBusinesses

public Integer getMaxBusinesses()
Returns:
the maxBusinesses

setMaxBusinesses

public void setMaxBusinesses(Integer maxBusinesses)
Parameters:
maxBusinesses - the maxBusinesses to set

getMaxServicePerBusiness

public Integer getMaxServicePerBusiness()
Returns:
the maxServicePerBusiness

setMaxServicePerBusiness

public void setMaxServicePerBusiness(Integer maxServicePerBusiness)
Parameters:
maxServicePerBusiness - the maxServicePerBusiness to set

getMaxTModels

public Integer getMaxTModels()
Returns:
the maxTModels

setMaxTModels

public void setMaxTModels(Integer maxTModels)
Parameters:
maxTModels - the maxTModels to set

getAuthorizedName

public String getAuthorizedName()
Returns:
the authorizedName

setAuthorizedName

public void setAuthorizedName(String authorizedName)
Parameters:
authorizedName - the authorizedName to set

getSignature

public List<SignatureType> getSignature()
Gets the value of the signature property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the signature property.

For example, to add a new item, do as follows:

    getSignature().add(newItem);
 

Objects of the following type(s) are allowed in the list SignatureType



Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.