public class FileSynchronizeType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for FileSynchronizeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FileSynchronizeType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType"/>
<element name="uri" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="path" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected String |
path |
protected List<String> |
uri |
| Constructor and Description |
|---|
FileSynchronizeType() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
String |
getId()
Gets the value of the id property.
|
String |
getPath()
Gets the value of the path property.
|
List<String> |
getUri()
Gets the value of the uri property.
|
boolean |
isSetId() |
boolean |
isSetPath() |
boolean |
isSetUri() |
void |
setId(String value)
Sets the value of the id property.
|
void |
setPath(String value)
Sets the value of the path property.
|
void |
unsetUri() |
FileSynchronizeType |
withId(String value) |
FileSynchronizeType |
withPath(String value) |
FileSynchronizeType |
withUri(Collection<String> values) |
FileSynchronizeType |
withUri(String... values) |
public void setId(String value)
value - allowed object is
Stringpublic boolean isSetId()
public List<String> getUri()
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 uri property.
For example, to add a new item, do as follows:
getUri().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetUri()
public void unsetUri()
public String getPath()
Stringpublic void setPath(String value)
value - allowed object is
Stringpublic boolean isSetPath()
public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic FileSynchronizeType withId(String value)
public FileSynchronizeType withUri(String... values)
public FileSynchronizeType withUri(Collection<String> values)
public FileSynchronizeType withPath(String value)
Copyright © 2015. All rights reserved.