|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.gliffy.api.client.jaxb.Version
public class Version
Document version information.
Java class for version complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="version">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="num" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="create-date" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="owner" type="{http://www.gliffy.com}user" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected long |
createDate
|
protected java.lang.Long |
id
|
protected long |
num
|
protected User |
owner
|
| Constructor Summary | |
|---|---|
Version()
|
|
| Method Summary | |
|---|---|
long |
getCreateDate()
Gets the value of the createDate property. |
java.lang.Long |
getId()
Gets the value of the id property. |
long |
getNum()
Gets the value of the num property. |
User |
getOwner()
Gets the value of the owner 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 |
setNum(long value)
Sets the value of the num property. |
void |
setOwner(User value)
Sets the value of the owner property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected long num
protected long createDate
protected User owner
protected java.lang.Long id
| Constructor Detail |
|---|
public Version()
| Method Detail |
|---|
public long getNum()
public void setNum(long value)
public long getCreateDate()
public void setCreateDate(long value)
public User getOwner()
Userpublic void setOwner(User value)
value - allowed object is
Userpublic java.lang.Long getId()
Longpublic void setId(java.lang.Long value)
value - allowed object is
Long
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||