public static class ProjectFileType.Asset extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="item" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="id" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType" />
<attribute name="shape" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType" />
<attribute name="match" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="permission" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="file" type="{http://xml.vidispine.com/schema/vidispine}FileReferenceType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ProjectFileType.Asset.Item
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<FileReferenceType> |
file |
protected String |
id |
protected List<ProjectFileType.Asset.Item> |
item |
protected String |
name |
protected String |
status |
protected String |
type |
| Constructor and Description |
|---|
ProjectFileType.Asset() |
| 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<FileReferenceType> |
getFile()
Gets the value of the file property.
|
String |
getId()
Gets the value of the id property.
|
List<ProjectFileType.Asset.Item> |
getItem()
Gets the value of the item property.
|
String |
getName()
Gets the value of the name property.
|
String |
getStatus()
Gets the value of the status property.
|
String |
getType()
Gets the value of the type property.
|
boolean |
isSetFile() |
boolean |
isSetId() |
boolean |
isSetItem() |
boolean |
isSetName() |
boolean |
isSetStatus() |
boolean |
isSetType() |
void |
setId(String value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
unsetFile() |
void |
unsetItem() |
ProjectFileType.Asset |
withFile(Collection<FileReferenceType> values) |
ProjectFileType.Asset |
withFile(FileReferenceType... values) |
ProjectFileType.Asset |
withId(String value) |
ProjectFileType.Asset |
withItem(Collection<ProjectFileType.Asset.Item> values) |
ProjectFileType.Asset |
withItem(ProjectFileType.Asset.Item... values) |
ProjectFileType.Asset |
withName(String value) |
ProjectFileType.Asset |
withStatus(String value) |
ProjectFileType.Asset |
withType(String value) |
protected String id
protected String name
protected String type
protected String status
protected List<ProjectFileType.Asset.Item> item
protected List<FileReferenceType> file
public void setId(String value)
value - allowed object is
Stringpublic boolean isSetId()
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSetName()
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic boolean isSetType()
public String getStatus()
Stringpublic void setStatus(String value)
value - allowed object is
Stringpublic boolean isSetStatus()
public List<ProjectFileType.Asset.Item> getItem()
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 item property.
For example, to add a new item, do as follows:
getItem().add(newItem);
Objects of the following type(s) are allowed in the list
ProjectFileType.Asset.Item
public boolean isSetItem()
public void unsetItem()
public List<FileReferenceType> getFile()
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 file property.
For example, to add a new item, do as follows:
getFile().add(newItem);
Objects of the following type(s) are allowed in the list
FileReferenceType
public boolean isSetFile()
public void unsetFile()
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 ProjectFileType.Asset withId(String value)
public ProjectFileType.Asset withName(String value)
public ProjectFileType.Asset withType(String value)
public ProjectFileType.Asset withStatus(String value)
public ProjectFileType.Asset withItem(ProjectFileType.Asset.Item... values)
public ProjectFileType.Asset withItem(Collection<ProjectFileType.Asset.Item> values)
public ProjectFileType.Asset withFile(FileReferenceType... values)
public ProjectFileType.Asset withFile(Collection<FileReferenceType> values)
Copyright © 2015. All rights reserved.