|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.gliffy.api.client.jaxb.Document
public class Document
A description of a document (not the document itself).
Java class for document complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="document">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="mod-date" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="create-date" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="published-date" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="owner" type="{http://www.gliffy.com}user" minOccurs="0"/>
<element name="versions" type="{http://www.gliffy.com}versions" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
<attribute name="num-versions" use="required" type="{http://www.w3.org/2001/XMLSchema}long" />
<attribute name="is-public" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="is-private" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected long |
createDate
|
protected java.lang.Long |
id
|
protected java.lang.Boolean |
isPrivate
|
protected java.lang.Boolean |
isPublic
|
protected long |
modDate
|
protected java.lang.String |
name
|
protected long |
numVersions
|
protected User |
owner
|
protected java.lang.Long |
publishedDate
|
protected Versions |
versions
|
| Constructor Summary | |
|---|---|
Document()
|
|
| Method Summary | |
|---|---|
long |
getCreateDate()
Gets the value of the createDate property. |
java.lang.Long |
getId()
Gets the value of the id property. |
long |
getModDate()
Gets the value of the modDate property. |
java.lang.String |
getName()
Gets the value of the name property. |
long |
getNumVersions()
Gets the value of the numVersions property. |
User |
getOwner()
Gets the value of the owner property. |
java.lang.Long |
getPublishedDate()
Gets the value of the publishedDate property. |
Versions |
getVersions()
Gets the value of the versions property. |
java.lang.Boolean |
isIsPrivate()
Gets the value of the isPrivate property. |
java.lang.Boolean |
isIsPublic()
Gets the value of the isPublic property. |
void |
setCreateDate(long value)
Sets the value of the createDate property. |
void |
setId(java.lang.Long value)
Sets the value of the id property. |
void |
setIsPrivate(java.lang.Boolean value)
Sets the value of the isPrivate property. |
void |
setIsPublic(java.lang.Boolean value)
Sets the value of the isPublic property. |
void |
setModDate(long value)
Sets the value of the modDate property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setNumVersions(long value)
Sets the value of the numVersions property. |
void |
setOwner(User value)
Sets the value of the owner property. |
void |
setPublishedDate(java.lang.Long value)
Sets the value of the publishedDate property. |
void |
setVersions(Versions value)
Sets the value of the versions 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 modDate
protected long createDate
protected java.lang.Long publishedDate
protected User owner
protected Versions versions
protected java.lang.Long id
protected long numVersions
protected java.lang.Boolean isPublic
protected java.lang.Boolean isPrivate
| Constructor Detail |
|---|
public Document()
| Method Detail |
|---|
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic long getModDate()
public void setModDate(long value)
public long getCreateDate()
public void setCreateDate(long value)
public java.lang.Long getPublishedDate()
Longpublic void setPublishedDate(java.lang.Long value)
value - allowed object is
Longpublic User getOwner()
Userpublic void setOwner(User value)
value - allowed object is
Userpublic Versions getVersions()
Versionspublic void setVersions(Versions value)
value - allowed object is
Versionspublic java.lang.Long getId()
Longpublic void setId(java.lang.Long value)
value - allowed object is
Longpublic long getNumVersions()
public void setNumVersions(long value)
public java.lang.Boolean isIsPublic()
Booleanpublic void setIsPublic(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isIsPrivate()
Booleanpublic void setIsPrivate(java.lang.Boolean value)
value - allowed object is
Boolean
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||