|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.gliffy.api.client.jaxb.Response
public class Response
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">
<choice>
<element name="error" type="{http://www.gliffy.com}error"/>
<element name="accounts" type="{http://www.gliffy.com}accounts"/>
<element name="testAccount" type="{http://www.gliffy.com}testAccount"/>
<element name="users" type="{http://www.gliffy.com}users"/>
<element name="folders" type="{http://www.gliffy.com}folders"/>
<element name="documents" type="{http://www.gliffy.com}documents"/>
<element name="user-token" type="{http://www.gliffy.com}user-token"/>
<element name="oauth-token-credentials" type="{http://www.gliffy.com}oauth-token-credentials"/>
<element name="launch-link" type="{http://www.gliffy.com}launch-link"/>
</choice>
<attribute name="not-modified" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="success" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Accounts |
accounts
|
protected Documents |
documents
|
protected Error |
error
|
protected Folders |
folders
|
protected LaunchLink |
launchLink
|
protected java.lang.Boolean |
notModified
|
protected OauthTokenCredentials |
oauthTokenCredentials
|
protected boolean |
success
|
protected TestAccount |
testAccount
|
protected Users |
users
|
protected UserToken |
userToken
|
| Constructor Summary | |
|---|---|
Response()
|
|
| Method Summary | |
|---|---|
Accounts |
getAccounts()
Gets the value of the accounts property. |
Documents |
getDocuments()
Gets the value of the documents property. |
Error |
getError()
Gets the value of the error property. |
Folders |
getFolders()
Gets the value of the folders property. |
LaunchLink |
getLaunchLink()
Gets the value of the launchLink property. |
OauthTokenCredentials |
getOauthTokenCredentials()
Gets the value of the oauthTokenCredentials property. |
TestAccount |
getTestAccount()
Gets the value of the testAccount property. |
Users |
getUsers()
Gets the value of the users property. |
UserToken |
getUserToken()
Gets the value of the userToken property. |
java.lang.Boolean |
isNotModified()
Gets the value of the notModified property. |
boolean |
isSuccess()
Gets the value of the success property. |
void |
setAccounts(Accounts value)
Sets the value of the accounts property. |
void |
setDocuments(Documents value)
Sets the value of the documents property. |
void |
setError(Error value)
Sets the value of the error property. |
void |
setFolders(Folders value)
Sets the value of the folders property. |
void |
setLaunchLink(LaunchLink value)
Sets the value of the launchLink property. |
void |
setNotModified(java.lang.Boolean value)
Sets the value of the notModified property. |
void |
setOauthTokenCredentials(OauthTokenCredentials value)
Sets the value of the oauthTokenCredentials property. |
void |
setSuccess(boolean value)
Sets the value of the success property. |
void |
setTestAccount(TestAccount value)
Sets the value of the testAccount property. |
void |
setUsers(Users value)
Sets the value of the users property. |
void |
setUserToken(UserToken value)
Sets the value of the userToken property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Error error
protected Accounts accounts
protected TestAccount testAccount
protected Users users
protected Folders folders
protected Documents documents
protected UserToken userToken
protected OauthTokenCredentials oauthTokenCredentials
protected LaunchLink launchLink
protected java.lang.Boolean notModified
protected boolean success
| Constructor Detail |
|---|
public Response()
| Method Detail |
|---|
public Error getError()
Errorpublic void setError(Error value)
value - allowed object is
Errorpublic Accounts getAccounts()
Accountspublic void setAccounts(Accounts value)
value - allowed object is
Accountspublic TestAccount getTestAccount()
TestAccountpublic void setTestAccount(TestAccount value)
value - allowed object is
TestAccountpublic Users getUsers()
Userspublic void setUsers(Users value)
value - allowed object is
Userspublic Folders getFolders()
Folderspublic void setFolders(Folders value)
value - allowed object is
Folderspublic Documents getDocuments()
Documentspublic void setDocuments(Documents value)
value - allowed object is
Documentspublic UserToken getUserToken()
UserTokenpublic void setUserToken(UserToken value)
value - allowed object is
UserTokenpublic OauthTokenCredentials getOauthTokenCredentials()
OauthTokenCredentialspublic void setOauthTokenCredentials(OauthTokenCredentials value)
value - allowed object is
OauthTokenCredentialspublic LaunchLink getLaunchLink()
LaunchLinkpublic void setLaunchLink(LaunchLink value)
value - allowed object is
LaunchLinkpublic java.lang.Boolean isNotModified()
Booleanpublic void setNotModified(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isSuccess()
public void setSuccess(boolean value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||