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() |
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
String
public boolean isSetId()
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public boolean isSetName()
public String getType()
String
public void setType(String value)
value
- allowed object is
String
public boolean isSetType()
public String getStatus()
String
public void setStatus(String value)
value
- allowed object is
String
public 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.CopyTo
public 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.CopyTo
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
Copyright © 2015. All rights reserved.