Package com.vidispine.generated
Class ComponentSynchronizeType
java.lang.Object
com.vidispine.generated.ComponentSynchronizeType
- 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
public class ComponentSynchronizeType
extends Object
implements 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 ComponentSynchronizeType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="ComponentSynchronizeType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType"/>
<element name="file" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType" maxOccurs="unbounded" minOccurs="0"/>
<element name="format" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="type" type="{http://xml.vidispine.com/schema/vidispine}ComponentTypeType"/>
<choice>
<element name="audio" type="{http://xml.vidispine.com/schema/vidispine}AudioComponentType" minOccurs="0"/>
<element name="container" type="{http://xml.vidispine.com/schema/vidispine}ContainerComponentType" minOccurs="0"/>
<element name="video" type="{http://xml.vidispine.com/schema/vidispine}VideoComponentType" minOccurs="0"/>
<element name="binary" type="{http://xml.vidispine.com/schema/vidispine}BinaryComponentType" minOccurs="0"/>
<element name="descriptor" type="{http://xml.vidispine.com/schema/vidispine}DescriptorComponentType" minOccurs="0"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AudioComponentType
protected BinaryComponentType
protected ContainerComponentType
protected DescriptorComponentType
protected String
protected String
protected ComponentTypeType
protected VideoComponentType
-
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) getAudio()
Gets the value of the audio property.Gets the value of the binary property.Gets the value of the container property.Gets the value of the descriptor property.getFile()
Gets the value of the file property.Gets the value of the format property.getId()
Gets the value of the id property.getType()
Gets the value of the type property.getVideo()
Gets the value of the video property.int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) boolean
boolean
boolean
boolean
boolean
boolean
boolean
isSetId()
boolean
boolean
void
setAudio
(AudioComponentType value) Sets the value of the audio property.void
setBinary
(BinaryComponentType value) Sets the value of the binary property.void
Sets the value of the container property.void
Sets the value of the descriptor property.void
Sets the value of the format property.void
Sets the value of the id property.void
setType
(ComponentTypeType value) Sets the value of the type property.void
setVideo
(VideoComponentType value) Sets the value of the video property.toString()
void
visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) withAudio
(AudioComponentType value) Sets the value of the audio property.withBinary
(BinaryComponentType value) Sets the value of the binary property.Sets the value of the container property.Sets the value of the descriptor property.Adds objects to the list of File using add methodwithFile
(Collection<String> values) Adds objects to the list of File using addAll methodwithFormat
(String value) Sets the value of the format property.Sets the value of the id property.withType
(ComponentTypeType value) Sets the value of the type property.withVideo
(VideoComponentType value) Sets the value of the video property.
-
Field Details
-
id
-
file
-
format
-
type
-
audio
-
container
-
video
-
binary
-
descriptor
-
-
Constructor Details
-
ComponentSynchronizeType
public ComponentSynchronizeType()
-
-
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() -
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
String
- Returns:
- The value of the file property.
-
isSetFile
public boolean isSetFile() -
unsetFile
public void unsetFile() -
getFormat
Gets the value of the format property.- Returns:
- possible object is
String
-
setFormat
Sets the value of the format property.- Parameters:
value
- allowed object isString
-
isSetFormat
public boolean isSetFormat() -
getType
Gets the value of the type property.- Returns:
- possible object is
ComponentTypeType
-
setType
Sets the value of the type property.- Parameters:
value
- allowed object isComponentTypeType
-
isSetType
public boolean isSetType() -
getAudio
Gets the value of the audio property.- Returns:
- possible object is
AudioComponentType
-
setAudio
Sets the value of the audio property.- Parameters:
value
- allowed object isAudioComponentType
-
isSetAudio
public boolean isSetAudio() -
getContainer
Gets the value of the container property.- Returns:
- possible object is
ContainerComponentType
-
setContainer
Sets the value of the container property.- Parameters:
value
- allowed object isContainerComponentType
-
isSetContainer
public boolean isSetContainer() -
getVideo
Gets the value of the video property.- Returns:
- possible object is
VideoComponentType
-
setVideo
Sets the value of the video property.- Parameters:
value
- allowed object isVideoComponentType
-
isSetVideo
public boolean isSetVideo() -
getBinary
Gets the value of the binary property.- Returns:
- possible object is
BinaryComponentType
-
setBinary
Sets the value of the binary property.- Parameters:
value
- allowed object isBinaryComponentType
-
isSetBinary
public boolean isSetBinary() -
getDescriptor
Gets the value of the descriptor property.- Returns:
- possible object is
DescriptorComponentType
-
setDescriptor
Sets the value of the descriptor property.- Parameters:
value
- allowed object isDescriptorComponentType
-
isSetDescriptor
public boolean isSetDescriptor() -
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
-
withFile
Adds objects to the list of File using add method- Parameters:
values
- objects to add to the list File- Returns:
- The class instance
-
withFile
Adds objects to the list of File using addAll method- Parameters:
values
- objects to add to the list File- Returns:
- The class instance
-
withFormat
Sets the value of the format property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withType
Sets the value of the type property.- Parameters:
value
- allowed object isComponentTypeType
- Returns:
- The class instance
-
withAudio
Sets the value of the audio property.- Parameters:
value
- allowed object isAudioComponentType
- Returns:
- The class instance
-
withContainer
Sets the value of the container property.- Parameters:
value
- allowed object isContainerComponentType
- Returns:
- The class instance
-
withVideo
Sets the value of the video property.- Parameters:
value
- allowed object isVideoComponentType
- Returns:
- The class instance
-
withBinary
Sets the value of the binary property.- Parameters:
value
- allowed object isBinaryComponentType
- Returns:
- The class instance
-
withDescriptor
Sets the value of the descriptor property.- Parameters:
value
- allowed object isDescriptorComponentType
- 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
-