public class ProjectFileType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for ProjectFileType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProjectFileType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="location" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="asset" maxOccurs="unbounded" minOccurs="0">
<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>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ProjectFileType.Asset
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<ProjectFileType.Asset> |
asset |
protected String |
location |
protected String |
type |
| Constructor and Description |
|---|
ProjectFileType() |
| 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<ProjectFileType.Asset> |
getAsset()
Gets the value of the asset property.
|
String |
getLocation()
Gets the value of the location property.
|
String |
getType()
Gets the value of the type property.
|
boolean |
isSetAsset() |
boolean |
isSetLocation() |
boolean |
isSetType() |
void |
setLocation(String value)
Sets the value of the location property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
unsetAsset() |
ProjectFileType |
withAsset(Collection<ProjectFileType.Asset> values) |
ProjectFileType |
withAsset(ProjectFileType.Asset... values) |
ProjectFileType |
withLocation(String value) |
ProjectFileType |
withType(String value) |
protected String location
protected String type
protected List<ProjectFileType.Asset> asset
public String getLocation()
Stringpublic void setLocation(String value)
value - allowed object is
Stringpublic boolean isSetLocation()
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic boolean isSetType()
public List<ProjectFileType.Asset> getAsset()
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 asset property.
For example, to add a new item, do as follows:
getAsset().add(newItem);
Objects of the following type(s) are allowed in the list
ProjectFileType.Asset
public boolean isSetAsset()
public void unsetAsset()
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 withLocation(String value)
public ProjectFileType withType(String value)
public ProjectFileType withAsset(ProjectFileType.Asset... values)
public ProjectFileType withAsset(Collection<ProjectFileType.Asset> values)
Copyright © 2015. All rights reserved.