public class Publisher extends Object
Java class for publisher complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="publisher"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="publisherName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="emailAddress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="isAdmin" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="isEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="maxBindingsPerService" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="maxBusinesses" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="maxServicePerBusiness" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="maxTModels" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element ref="{http://www.w3.org/2000/09/xmldsig#}Signature" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="authorizedName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
authorizedName |
protected String |
emailAddress |
protected Boolean |
isAdmin |
protected Boolean |
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()
Gets the value of the authorizedName property.
|
String |
getEmailAddress()
Gets the value of the emailAddress property.
|
Integer |
getMaxBindingsPerService()
Gets the value of the maxBindingsPerService property.
|
Integer |
getMaxBusinesses()
Gets the value of the maxBusinesses property.
|
Integer |
getMaxServicePerBusiness()
Gets the value of the maxServicePerBusiness property.
|
Integer |
getMaxTModels()
Gets the value of the maxTModels property.
|
String |
getPublisherName()
Gets the value of the publisherName property.
|
List<SignatureType> |
getSignature()
Gets the value of the signature property.
|
Boolean |
isIsAdmin()
Gets the value of the isAdmin property.
|
Boolean |
isIsEnabled()
Gets the value of the isEnabled property.
|
void |
setAuthorizedName(String value)
Sets the value of the authorizedName property.
|
void |
setEmailAddress(String value)
Sets the value of the emailAddress property.
|
void |
setIsAdmin(Boolean value)
Sets the value of the isAdmin property.
|
void |
setIsEnabled(Boolean value)
Sets the value of the isEnabled property.
|
void |
setMaxBindingsPerService(Integer value)
Sets the value of the maxBindingsPerService property.
|
void |
setMaxBusinesses(Integer value)
Sets the value of the maxBusinesses property.
|
void |
setMaxServicePerBusiness(Integer value)
Sets the value of the maxServicePerBusiness property.
|
void |
setMaxTModels(Integer value)
Sets the value of the maxTModels property.
|
void |
setPublisherName(String value)
Sets the value of the publisherName property.
|
protected String publisherName
protected String emailAddress
protected Boolean isAdmin
protected Boolean isEnabled
protected Integer maxBindingsPerService
protected Integer maxBusinesses
protected Integer maxServicePerBusiness
protected Integer maxTModels
protected List<SignatureType> signature
protected String authorizedName
public String getPublisherName()
String
public void setPublisherName(String value)
value
- allowed object is
String
public String getEmailAddress()
String
public void setEmailAddress(String value)
value
- allowed object is
String
public Boolean isIsAdmin()
String
public void setIsAdmin(Boolean value)
value
- allowed object is
String
public Boolean isIsEnabled()
String
public void setIsEnabled(Boolean value)
value
- allowed object is
String
public Integer getMaxBindingsPerService()
Integer
public void setMaxBindingsPerService(Integer value)
value
- allowed object is
Integer
public Integer getMaxBusinesses()
Integer
public void setMaxBusinesses(Integer value)
value
- allowed object is
Integer
public Integer getMaxServicePerBusiness()
Integer
public void setMaxServicePerBusiness(Integer value)
value
- allowed object is
Integer
public Integer getMaxTModels()
Integer
public void setMaxTModels(Integer value)
value
- allowed object is
Integer
public 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
public String getAuthorizedName()
String
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.