public class FileImportDefType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for FileImportDefType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FileImportDefType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="fileId" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType"/>
<element name="path" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="size" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="component" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
component |
protected String |
fileId |
protected String |
path |
protected long |
size |
| Constructor and Description |
|---|
FileImportDefType() |
| 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() |
List<String> |
getComponent()
Gets the value of the component property.
|
String |
getFileId()
Gets the value of the fileId property.
|
String |
getPath()
Gets the value of the path property.
|
long |
getSize()
Gets the value of the size property.
|
boolean |
isSetComponent() |
boolean |
isSetFileId() |
boolean |
isSetPath() |
boolean |
isSetSize() |
void |
setFileId(String value)
Sets the value of the fileId property.
|
void |
setPath(String value)
Sets the value of the path property.
|
void |
setSize(long value)
Sets the value of the size property.
|
void |
unsetComponent() |
FileImportDefType |
withComponent(Collection<String> values) |
FileImportDefType |
withComponent(String... values) |
FileImportDefType |
withFileId(String value) |
FileImportDefType |
withPath(String value) |
FileImportDefType |
withSize(long value) |
public String getFileId()
Stringpublic void setFileId(String value)
value - allowed object is
Stringpublic boolean isSetFileId()
public String getPath()
Stringpublic void setPath(String value)
value - allowed object is
Stringpublic boolean isSetPath()
public long getSize()
public void setSize(long value)
public boolean isSetSize()
public List<String> getComponent()
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 component property.
For example, to add a new item, do as follows:
getComponent().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetComponent()
public void unsetComponent()
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 FileImportDefType withFileId(String value)
public FileImportDefType withPath(String value)
public FileImportDefType withSize(long value)
public FileImportDefType withComponent(String... values)
public FileImportDefType withComponent(Collection<String> values)
Copyright © 2015. All rights reserved.