public class EntitlementsResponse extends Object implements Serializable, Response, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="QboCompany" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="PlanName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="MaxUsers" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="CurrentUsers" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="DaysRemainingTrial" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="Entitlement" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="term">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="On"/>
<enumeration value="Off"/>
</restriction>
</simpleType>
</element>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
EntitlementsResponse.Entitlement
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
currentUsers |
protected BigInteger |
daysRemainingTrial |
protected List<EntitlementsResponse.Entitlement> |
entitlement |
protected BigInteger |
maxUsers |
protected String |
planName |
protected boolean |
qboCompany |
| Constructor and Description |
|---|
EntitlementsResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
BigInteger |
getCurrentUsers()
Gets the value of the currentUsers property.
|
BigInteger |
getDaysRemainingTrial()
Gets the value of the daysRemainingTrial property.
|
List<EntitlementsResponse.Entitlement> |
getEntitlement()
Gets the value of the entitlement property.
|
BigInteger |
getMaxUsers()
Gets the value of the maxUsers property.
|
String |
getPlanName()
Gets the value of the planName property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
boolean |
isQboCompany()
Gets the value of the qboCompany property.
|
void |
setCurrentUsers(BigInteger value)
Sets the value of the currentUsers property.
|
void |
setDaysRemainingTrial(BigInteger value)
Sets the value of the daysRemainingTrial property.
|
void |
setEntitlement(List<EntitlementsResponse.Entitlement> entitlement)
Sets the value of the entitlement property.
|
void |
setMaxUsers(BigInteger value)
Sets the value of the maxUsers property.
|
void |
setPlanName(String value)
Sets the value of the planName property.
|
void |
setQboCompany(boolean value)
Sets the value of the qboCompany property.
|
protected boolean qboCompany
protected String planName
protected BigInteger maxUsers
protected BigInteger currentUsers
protected BigInteger daysRemainingTrial
protected List<EntitlementsResponse.Entitlement> entitlement
public boolean isQboCompany()
public void setQboCompany(boolean value)
public String getPlanName()
Stringpublic void setPlanName(String value)
value - allowed object is
Stringpublic BigInteger getMaxUsers()
BigIntegerpublic void setMaxUsers(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getCurrentUsers()
BigIntegerpublic void setCurrentUsers(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getDaysRemainingTrial()
BigIntegerpublic void setDaysRemainingTrial(BigInteger value)
value - allowed object is
BigIntegerpublic List<EntitlementsResponse.Entitlement> getEntitlement()
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 entitlement property.
For example, to add a new item, do as follows:
getEntitlement().add(newItem);
Objects of the following type(s) are allowed in the list
EntitlementsResponse.Entitlement
public void setEntitlement(List<EntitlementsResponse.Entitlement> entitlement)
entitlement - allowed object is
EntitlementsResponse.Entitlementpublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2Copyright © 2019. All Rights Reserved.