public class FileType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
Java class for FileType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FileType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="id" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType" minOccurs="0"/> <element name="path" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="uri" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded" minOccurs="0"/> <element name="state" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="size" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="hash" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="timestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="refreshFlag" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="sequence" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="storage" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType" minOccurs="0"/> <element name="storageDefinition" type="{http://xml.vidispine.com/schema/vidispine}StorageType" minOccurs="0"/> <element name="item" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="id" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType" minOccurs="0"/> <element name="shape" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="id" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType" minOccurs="0"/> <element name="component" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="id" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType> </element> <element name="metadata" type="{http://xml.vidispine.com/schema/vidispine}SimpleMetadataType" minOccurs="0"/> <element name="range" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="start" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="count" use="required" type="{http://www.w3.org/2001/XMLSchema}long" /> </restriction> </complexContent> </complexType> </element> <element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
FileType.Item
Java class for anonymous complex type.
|
static class |
FileType.PropInfo |
static class |
FileType.Range
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected String |
hash |
protected String |
id |
protected List<FileType.Item> |
item |
protected SimpleMetadataType |
metadata |
protected String |
path |
protected List<FileType.Range> |
range |
protected Integer |
refreshFlag |
protected Boolean |
sequence |
protected Long |
size |
protected String |
state |
protected String |
storage |
protected StorageType |
storageDefinition |
protected XMLGregorianCalendar |
timestamp |
protected String |
type |
protected List<String> |
uri |
Constructor and Description |
---|
FileType() |
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() |
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.EqualsStrategy strategy) |
String |
getHash()
Gets the value of the hash property.
|
String |
getId()
Gets the value of the id property.
|
List<FileType.Item> |
getItem()
Gets the value of the item property.
|
SimpleMetadataType |
getMetadata()
Gets the value of the metadata property.
|
String |
getPath()
Gets the value of the path property.
|
List<FileType.Range> |
getRange()
Gets the value of the range property.
|
Integer |
getRefreshFlag()
Gets the value of the refreshFlag property.
|
Long |
getSize()
Gets the value of the size property.
|
String |
getState()
Gets the value of the state property.
|
String |
getStorage()
Gets the value of the storage property.
|
StorageType |
getStorageDefinition()
Gets the value of the storageDefinition property.
|
XMLGregorianCalendar |
getTimestamp()
Gets the value of the timestamp property.
|
String |
getType()
Gets the value of the type property.
|
List<String> |
getUri()
Gets the value of the uri property.
|
Boolean |
isSequence()
Gets the value of the sequence property.
|
boolean |
isSetHash() |
boolean |
isSetId() |
boolean |
isSetItem() |
boolean |
isSetMetadata() |
boolean |
isSetPath() |
boolean |
isSetRange() |
boolean |
isSetRefreshFlag() |
boolean |
isSetSequence() |
boolean |
isSetSize() |
boolean |
isSetState() |
boolean |
isSetStorage() |
boolean |
isSetStorageDefinition() |
boolean |
isSetTimestamp() |
boolean |
isSetType() |
boolean |
isSetUri() |
void |
setHash(String value)
Sets the value of the hash property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setMetadata(SimpleMetadataType value)
Sets the value of the metadata property.
|
void |
setPath(String value)
Sets the value of the path property.
|
void |
setRefreshFlag(Integer value)
Sets the value of the refreshFlag property.
|
void |
setSequence(Boolean value)
Sets the value of the sequence property.
|
void |
setSize(Long value)
Sets the value of the size property.
|
void |
setState(String value)
Sets the value of the state property.
|
void |
setStorage(String value)
Sets the value of the storage property.
|
void |
setStorageDefinition(StorageType value)
Sets the value of the storageDefinition property.
|
void |
setTimestamp(XMLGregorianCalendar value)
Sets the value of the timestamp property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
unsetItem() |
void |
unsetRange() |
void |
unsetUri() |
FileType |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
FileType |
withHash(String value) |
FileType |
withId(String value) |
FileType |
withItem(Collection<FileType.Item> values) |
FileType |
withItem(FileType.Item... values) |
FileType |
withMetadata(SimpleMetadataType value) |
FileType |
withPath(String value) |
FileType |
withRange(Collection<FileType.Range> values) |
FileType |
withRange(FileType.Range... values) |
FileType |
withRefreshFlag(Integer value) |
FileType |
withSequence(Boolean value) |
FileType |
withSize(Long value) |
FileType |
withState(String value) |
FileType |
withStorage(String value) |
FileType |
withStorageDefinition(StorageType value) |
FileType |
withTimestamp(XMLGregorianCalendar value) |
FileType |
withType(String value) |
FileType |
withUri(Collection<String> values) |
FileType |
withUri(String... values) |
protected String id
protected String path
protected String state
protected Long size
protected String hash
protected XMLGregorianCalendar timestamp
protected Integer refreshFlag
protected Boolean sequence
protected String storage
protected StorageType storageDefinition
protected List<FileType.Item> item
protected SimpleMetadataType metadata
protected List<FileType.Range> range
protected String type
public void setId(String value)
value
- allowed object is
String
public boolean isSetId()
public String getPath()
String
public void setPath(String value)
value
- allowed object is
String
public boolean isSetPath()
public List<String> getUri()
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 uri property.
For example, to add a new item, do as follows:
getUri().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetUri()
public void unsetUri()
public String getState()
String
public void setState(String value)
value
- allowed object is
String
public boolean isSetState()
public void setSize(Long value)
value
- allowed object is
Long
public boolean isSetSize()
public String getHash()
String
public void setHash(String value)
value
- allowed object is
String
public boolean isSetHash()
public XMLGregorianCalendar getTimestamp()
XMLGregorianCalendar
public void setTimestamp(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public boolean isSetTimestamp()
public Integer getRefreshFlag()
Integer
public void setRefreshFlag(Integer value)
value
- allowed object is
Integer
public boolean isSetRefreshFlag()
public Boolean isSequence()
Boolean
public void setSequence(Boolean value)
value
- allowed object is
Boolean
public boolean isSetSequence()
public String getStorage()
String
public void setStorage(String value)
value
- allowed object is
String
public boolean isSetStorage()
public StorageType getStorageDefinition()
StorageType
public void setStorageDefinition(StorageType value)
value
- allowed object is
StorageType
public boolean isSetStorageDefinition()
public List<FileType.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
FileType.Item
public boolean isSetItem()
public void unsetItem()
public SimpleMetadataType getMetadata()
SimpleMetadataType
public void setMetadata(SimpleMetadataType value)
value
- allowed object is
SimpleMetadataType
public boolean isSetMetadata()
public List<FileType.Range> getRange()
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 range property.
For example, to add a new item, do as follows:
getRange().add(newItem);
Objects of the following type(s) are allowed in the list
FileType.Range
public boolean isSetRange()
public void unsetRange()
public String getType()
String
public void setType(String value)
value
- allowed object is
String
public boolean isSetType()
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
public FileType withUri(Collection<String> values)
public FileType withTimestamp(XMLGregorianCalendar value)
public FileType withStorageDefinition(StorageType value)
public FileType withItem(FileType.Item... values)
public FileType withItem(Collection<FileType.Item> values)
public FileType withMetadata(SimpleMetadataType value)
public FileType withRange(FileType.Range... values)
public FileType withRange(Collection<FileType.Range> values)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
public FileType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2018. All rights reserved.