public class Publisher extends Object implements Serializable
Java class for Publisher type. Specific to juddi.
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
Publisher() |
Modifier and Type | Method and Description |
---|---|
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) |
protected String publisherName
protected String emailAddress
protected String isAdmin
protected String isEnabled
protected Integer maxBindingsPerService
protected Integer maxBusinesses
protected Integer maxServicePerBusiness
protected Integer maxTModels
protected List<SignatureType> signature
protected String authorizedName
public String getPublisherName()
public void setPublisherName(String publisherName)
publisherName
- the publisherName to setpublic String getEmailAddress()
public void setEmailAddress(String emailAddress)
emailAddress
- the emailAddress to setpublic String getIsAdmin()
public void setIsAdmin(String isAdmin)
isAdmin
- the isAdmin to setpublic String getIsEnabled()
public void setIsEnabled(String isEnabled)
isEnabled
- the isEnabled to setpublic Integer getMaxBindingsPerService()
public void setMaxBindingsPerService(Integer maxBindingsPerService)
maxBindingsPerService
- the maxBindingsPerService to setpublic Integer getMaxBusinesses()
public void setMaxBusinesses(Integer maxBusinesses)
maxBusinesses
- the maxBusinesses to setpublic Integer getMaxServicePerBusiness()
public void setMaxServicePerBusiness(Integer maxServicePerBusiness)
maxServicePerBusiness
- the maxServicePerBusiness to setpublic Integer getMaxTModels()
public void setMaxTModels(Integer maxTModels)
maxTModels
- the maxTModels to setpublic String getAuthorizedName()
public void setAuthorizedName(String authorizedName)
authorizedName
- the authorizedName to setpublic List<SignatureType> getSignature()
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 © 2012 JBoss by Red Hat. All Rights Reserved.