Class ProjectFileType.Asset
- java.lang.Object
-
- com.vidispine.generated.ProjectFileType.Asset
-
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.CopyTo2
,org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
- Enclosing class:
- ProjectFileType
public static class ProjectFileType.Asset extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ProjectFileType.Asset.Item
Java class for anonymous complex type.static class
ProjectFileType.Asset.PropInfo
-
Constructor Summary
Constructors Constructor Description Asset()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
Object
copyTo(Object target)
Object
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
Object
createNewInstance()
boolean
equals(Object object)
boolean
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
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.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
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
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
ProjectFileType.Asset
withFile(FileReferenceType... values)
ProjectFileType.Asset
withFile(Collection<FileReferenceType> values)
ProjectFileType.Asset
withId(String value)
ProjectFileType.Asset
withItem(ProjectFileType.Asset.Item... values)
ProjectFileType.Asset
withItem(Collection<ProjectFileType.Asset.Item> values)
ProjectFileType.Asset
withName(String value)
ProjectFileType.Asset
withStatus(String value)
ProjectFileType.Asset
withType(String value)
-
-
-
Field Detail
-
id
protected String id
-
name
protected String name
-
type
protected String type
-
status
protected String status
-
item
protected List<ProjectFileType.Asset.Item> item
-
file
protected List<FileReferenceType> file
-
-
Method Detail
-
setId
public void setId(String value)
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
isSetId
public boolean isSetId()
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
isSetName
public boolean isSetName()
-
getType
public String getType()
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
public void setType(String value)
Sets the value of the type property.- Parameters:
value
- allowed object isString
-
isSetType
public boolean isSetType()
-
getStatus
public String getStatus()
Gets the value of the status property.- Returns:
- possible object is
String
-
setStatus
public void setStatus(String value)
Sets the value of the status property.- Parameters:
value
- allowed object isString
-
isSetStatus
public boolean isSetStatus()
-
getItem
public List<ProjectFileType.Asset.Item> getItem()
Gets the value of the item property.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
-
isSetItem
public boolean isSetItem()
-
unsetItem
public void unsetItem()
-
getFile
public List<FileReferenceType> getFile()
Gets the value of the file property.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
-
isSetFile
public boolean isSetFile()
-
unsetFile
public void unsetFile()
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
withId
public ProjectFileType.Asset withId(String value)
-
withName
public ProjectFileType.Asset withName(String value)
-
withType
public ProjectFileType.Asset withType(String value)
-
withStatus
public ProjectFileType.Asset withStatus(String value)
-
withItem
public ProjectFileType.Asset withItem(ProjectFileType.Asset.Item... values)
-
withItem
public ProjectFileType.Asset withItem(Collection<ProjectFileType.Asset.Item> values)
-
withFile
public ProjectFileType.Asset withFile(FileReferenceType... values)
-
withFile
public ProjectFileType.Asset withFile(Collection<FileReferenceType> values)
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
- Specified by:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
visit
public ProjectFileType.Asset visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
-