Class FileType
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb.lang.CopyTo
,org.jvnet.jaxb.lang.Equals
,org.jvnet.jaxb.lang.HashCode
,org.jvnet.jaxb.lang.ToString
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>
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Java class for anonymous complex typestatic class
static class
Java class for anonymous complex type -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected String
protected List<FileType.Item>
protected SimpleMetadataType
protected String
protected List<FileType.Range>
protected Integer
protected Boolean
protected Long
protected String
protected String
protected StorageType
protected XMLGregorianCalendar
protected String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) clone()
copyTo
(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) boolean
boolean
equals
(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) getHash()
Gets the value of the hash property.getId()
Gets the value of the id property.getItem()
Gets the value of the item property.Gets the value of the metadata property.getPath()
Gets the value of the path property.getRange()
Gets the value of the range property.Gets the value of the refreshFlag property.getSize()
Gets the value of the size property.getState()
Gets the value of the state property.Gets the value of the storage property.Gets the value of the storageDefinition property.Gets the value of the timestamp property.getType()
Gets the value of the type property.getUri()
Gets the value of the uri property.int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) Gets the value of the sequence property.boolean
boolean
isSetId()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
isSetUri()
void
Sets the value of the hash property.void
Sets the value of the id property.void
setMetadata
(SimpleMetadataType value) Sets the value of the metadata property.void
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
Sets the value of the size property.void
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
Sets the value of the type property.toString()
void
void
void
unsetUri()
visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) Sets the value of the hash property.Sets the value of the id property.withItem
(FileType.Item... values) Adds objects to the list of Item using add methodwithItem
(Collection<FileType.Item> values) Adds objects to the list of Item using addAll methodwithMetadata
(SimpleMetadataType value) Sets the value of the metadata property.Sets the value of the path property.withRange
(FileType.Range... values) Adds objects to the list of Range using add methodwithRange
(Collection<FileType.Range> values) Adds objects to the list of Range using addAll methodwithRefreshFlag
(Integer value) Sets the value of the refreshFlag property.withSequence
(Boolean value) Sets the value of the sequence property.Sets the value of the size property.Sets the value of the state property.withStorage
(String value) Sets the value of the storage property.withStorageDefinition
(StorageType value) Sets the value of the storageDefinition property.Sets the value of the timestamp property.Sets the value of the type property.Adds objects to the list of Uri using add methodwithUri
(Collection<String> values) Adds objects to the list of Uri using addAll method
-
Field Details
-
id
-
path
-
uri
-
state
-
size
-
hash
-
timestamp
-
refreshFlag
-
sequence
-
storage
-
storageDefinition
-
item
-
metadata
-
range
-
type
-
-
Constructor Details
-
FileType
public FileType()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
isSetId
public boolean isSetId() -
getPath
Gets the value of the path property.- Returns:
- possible object is
String
-
setPath
Sets the value of the path property.- Parameters:
value
- allowed object isString
-
isSetPath
public boolean isSetPath() -
getUri
Gets the value of the uri 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 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
- Returns:
- The value of the uri property.
-
isSetUri
public boolean isSetUri() -
unsetUri
public void unsetUri() -
getState
Gets the value of the state property.- Returns:
- possible object is
String
-
setState
Sets the value of the state property.- Parameters:
value
- allowed object isString
-
isSetState
public boolean isSetState() -
getSize
Gets the value of the size property.- Returns:
- possible object is
Long
-
setSize
Sets the value of the size property.- Parameters:
value
- allowed object isLong
-
isSetSize
public boolean isSetSize() -
getHash
Gets the value of the hash property.- Returns:
- possible object is
String
-
setHash
Sets the value of the hash property.- Parameters:
value
- allowed object isString
-
isSetHash
public boolean isSetHash() -
getTimestamp
Gets the value of the timestamp property.- Returns:
- possible object is
XMLGregorianCalendar
-
setTimestamp
Sets the value of the timestamp property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
isSetTimestamp
public boolean isSetTimestamp() -
getRefreshFlag
Gets the value of the refreshFlag property.- Returns:
- possible object is
Integer
-
setRefreshFlag
Sets the value of the refreshFlag property.- Parameters:
value
- allowed object isInteger
-
isSetRefreshFlag
public boolean isSetRefreshFlag() -
isSequence
Gets the value of the sequence property.- Returns:
- possible object is
Boolean
-
setSequence
Sets the value of the sequence property.- Parameters:
value
- allowed object isBoolean
-
isSetSequence
public boolean isSetSequence() -
getStorage
Gets the value of the storage property.- Returns:
- possible object is
String
-
setStorage
Sets the value of the storage property.- Parameters:
value
- allowed object isString
-
isSetStorage
public boolean isSetStorage() -
getStorageDefinition
Gets the value of the storageDefinition property.- Returns:
- possible object is
StorageType
-
setStorageDefinition
Sets the value of the storageDefinition property.- Parameters:
value
- allowed object isStorageType
-
isSetStorageDefinition
public boolean isSetStorageDefinition() -
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
FileType.Item
- Returns:
- The value of the item property.
-
isSetItem
public boolean isSetItem() -
unsetItem
public void unsetItem() -
getMetadata
Gets the value of the metadata property.- Returns:
- possible object is
SimpleMetadataType
-
setMetadata
Sets the value of the metadata property.- Parameters:
value
- allowed object isSimpleMetadataType
-
isSetMetadata
public boolean isSetMetadata() -
getRange
Gets the value of the range 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 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
- Returns:
- The value of the range property.
-
isSetRange
public boolean isSetRange() -
unsetRange
public void unsetRange() -
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value
- allowed object isString
-
isSetType
public boolean isSetType() -
clone
-
copyTo
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) - Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
withId
Sets the value of the id property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withPath
Sets the value of the path property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withUri
Adds objects to the list of Uri using add method- Parameters:
values
- objects to add to the list Uri- Returns:
- The class instance
-
withUri
Adds objects to the list of Uri using addAll method- Parameters:
values
- objects to add to the list Uri- Returns:
- The class instance
-
withState
Sets the value of the state property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withSize
Sets the value of the size property.- Parameters:
value
- allowed object isLong
- Returns:
- The class instance
-
withHash
Sets the value of the hash property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withTimestamp
Sets the value of the timestamp property.- Parameters:
value
- allowed object isXMLGregorianCalendar
- Returns:
- The class instance
-
withRefreshFlag
Sets the value of the refreshFlag property.- Parameters:
value
- allowed object isInteger
- Returns:
- The class instance
-
withSequence
Sets the value of the sequence property.- Parameters:
value
- allowed object isBoolean
- Returns:
- The class instance
-
withStorage
Sets the value of the storage property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withStorageDefinition
Sets the value of the storageDefinition property.- Parameters:
value
- allowed object isStorageType
- Returns:
- The class instance
-
withItem
Adds objects to the list of Item using add method- Parameters:
values
- objects to add to the list Item- Returns:
- The class instance
-
withItem
Adds objects to the list of Item using addAll method- Parameters:
values
- objects to add to the list Item- Returns:
- The class instance
-
withMetadata
Sets the value of the metadata property.- Parameters:
value
- allowed object isSimpleMetadataType
- Returns:
- The class instance
-
withRange
Adds objects to the list of Range using add method- Parameters:
values
- objects to add to the list Range- Returns:
- The class instance
-
withRange
Adds objects to the list of Range using addAll method- Parameters:
values
- objects to add to the list Range- Returns:
- The class instance
-
withType
Sets the value of the type property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) - Specified by:
equals
in interfaceorg.jvnet.jaxb.lang.Equals
-
equals
-
visit
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCode
in interfaceorg.jvnet.jaxb.lang.HashCode
-
hashCode
public int hashCode() -
toString
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
append
in interfaceorg.jvnet.jaxb.lang.ToString
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFields
in interfaceorg.jvnet.jaxb.lang.ToString
-