public class NuxeoSynchroTuple extends Object
Java class for nuxeoSynchroTuple complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="nuxeoSynchroTuple">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="adaptedId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="clientId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="contextData" type="{http://webservices.server.sync.platform.ecm.nuxeo.org/}contextDataInfo" maxOccurs="unbounded" minOccurs="0"/>
<element name="lastModification" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="path" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="proxy" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="serverId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="version" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
NuxeoSynchroTuple() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAdaptedId()
Gets the value of the adaptedId property.
|
String |
getClientId()
Gets the value of the clientId property.
|
List<ContextDataInfo> |
getContextData()
Gets the value of the contextData property.
|
Long |
getLastModification()
Gets the value of the lastModification property.
|
String |
getPath()
Gets the value of the path property.
|
String |
getServerId()
Gets the value of the serverId property.
|
String |
getType()
Gets the value of the type property.
|
boolean |
isProxy()
Gets the value of the proxy property.
|
boolean |
isVersion()
Gets the value of the version property.
|
void |
setAdaptedId(String value)
Sets the value of the adaptedId property.
|
void |
setClientId(String value)
Sets the value of the clientId property.
|
void |
setLastModification(Long value)
Sets the value of the lastModification property.
|
void |
setPath(String value)
Sets the value of the path property.
|
void |
setProxy(boolean value)
Sets the value of the proxy property.
|
void |
setServerId(String value)
Sets the value of the serverId property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setVersion(boolean value)
Sets the value of the version property.
|
public String getAdaptedId()
Stringpublic void setAdaptedId(String value)
value - allowed object is
Stringpublic String getClientId()
Stringpublic void setClientId(String value)
value - allowed object is
Stringpublic List<ContextDataInfo> getContextData()
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 contextData property.
For example, to add a new item, do as follows:
getContextData().add(newItem);
Objects of the following type(s) are allowed in the list
ContextDataInfo
public Long getLastModification()
Longpublic void setLastModification(Long value)
value - allowed object is
Longpublic String getPath()
Stringpublic void setPath(String value)
value - allowed object is
Stringpublic boolean isProxy()
public void setProxy(boolean value)
public String getServerId()
Stringpublic void setServerId(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic boolean isVersion()
public void setVersion(boolean value)
Copyright © 2011 Nuxeo SA. All Rights Reserved.