|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.gliffy.api.client.jaxb.Account
public class Account
An account is the payment unit of Gliffy that aggregates all other data.
Java class for account complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="account">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="expiration-date" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="users" type="{http://www.gliffy.com}users" minOccurs="0"/>
</sequence>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}long" />
<attribute name="terms" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="account-type" use="required" type="{http://www.gliffy.com}account-type" />
<attribute name="max-users" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected AccountType |
accountType
|
protected long |
expirationDate
|
protected long |
id
|
protected java.lang.Integer |
maxUsers
|
protected java.lang.String |
name
|
protected boolean |
terms
|
protected Users |
users
|
| Constructor Summary | |
|---|---|
Account()
|
|
| Method Summary | |
|---|---|
AccountType |
getAccountType()
Gets the value of the accountType property. |
long |
getExpirationDate()
Gets the value of the expirationDate property. |
long |
getId()
Gets the value of the id property. |
java.lang.Integer |
getMaxUsers()
Gets the value of the maxUsers property. |
java.lang.String |
getName()
Gets the value of the name property. |
Users |
getUsers()
Gets the value of the users property. |
boolean |
isTerms()
Gets the value of the terms property. |
void |
setAccountType(AccountType value)
Sets the value of the accountType property. |
void |
setExpirationDate(long value)
Sets the value of the expirationDate property. |
void |
setId(long value)
Sets the value of the id property. |
void |
setMaxUsers(java.lang.Integer value)
Sets the value of the maxUsers property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setTerms(boolean value)
Sets the value of the terms property. |
void |
setUsers(Users value)
Sets the value of the users property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String name
protected long expirationDate
protected Users users
protected long id
protected boolean terms
protected AccountType accountType
protected java.lang.Integer maxUsers
| Constructor Detail |
|---|
public Account()
| Method Detail |
|---|
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic long getExpirationDate()
public void setExpirationDate(long value)
public Users getUsers()
Userspublic void setUsers(Users value)
value - allowed object is
Userspublic long getId()
public void setId(long value)
public boolean isTerms()
public void setTerms(boolean value)
public AccountType getAccountType()
AccountTypepublic void setAccountType(AccountType value)
value - allowed object is
AccountTypepublic java.lang.Integer getMaxUsers()
Integerpublic void setMaxUsers(java.lang.Integer value)
value - allowed object is
Integer
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||