Package com.vidispine.generated
Class ComponentSynchronizeType
- java.lang.Object
-
- com.vidispine.generated.ComponentSynchronizeType
-
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.CopyTo2
,org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
public class ComponentSynchronizeType 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 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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ComponentSynchronizeType.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected AudioComponentType
audio
protected BinaryComponentType
binary
protected ContainerComponentType
container
protected DescriptorComponentType
descriptor
protected List<String>
file
protected String
format
protected String
id
protected ComponentTypeType
type
protected VideoComponentType
video
-
Constructor Summary
Constructors Constructor Description ComponentSynchronizeType()
-
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)
AudioComponentType
getAudio()
Gets the value of the audio property.BinaryComponentType
getBinary()
Gets the value of the binary property.ContainerComponentType
getContainer()
Gets the value of the container property.DescriptorComponentType
getDescriptor()
Gets the value of the descriptor property.List<String>
getFile()
Gets the value of the file property.String
getFormat()
Gets the value of the format property.String
getId()
Gets the value of the id property.ComponentTypeType
getType()
Gets the value of the type property.VideoComponentType
getVideo()
Gets the value of the video property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isSetAudio()
boolean
isSetBinary()
boolean
isSetContainer()
boolean
isSetDescriptor()
boolean
isSetFile()
boolean
isSetFormat()
boolean
isSetId()
boolean
isSetType()
boolean
isSetVideo()
void
setAudio(AudioComponentType value)
Sets the value of the audio property.void
setBinary(BinaryComponentType value)
Sets the value of the binary property.void
setContainer(ContainerComponentType value)
Sets the value of the container property.void
setDescriptor(DescriptorComponentType value)
Sets the value of the descriptor property.void
setFormat(String value)
Sets the value of the format property.void
setId(String value)
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.void
unsetFile()
ComponentSynchronizeType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
ComponentSynchronizeType
withAudio(AudioComponentType value)
ComponentSynchronizeType
withBinary(BinaryComponentType value)
ComponentSynchronizeType
withContainer(ContainerComponentType value)
ComponentSynchronizeType
withDescriptor(DescriptorComponentType value)
ComponentSynchronizeType
withFile(String... values)
ComponentSynchronizeType
withFile(Collection<String> values)
ComponentSynchronizeType
withFormat(String value)
ComponentSynchronizeType
withId(String value)
ComponentSynchronizeType
withType(ComponentTypeType value)
ComponentSynchronizeType
withVideo(VideoComponentType value)
-
-
-
Field Detail
-
id
protected String id
-
format
protected String format
-
type
protected ComponentTypeType type
-
audio
protected AudioComponentType audio
-
container
protected ContainerComponentType container
-
video
protected VideoComponentType video
-
binary
protected BinaryComponentType binary
-
descriptor
protected DescriptorComponentType descriptor
-
-
Method Detail
-
setId
public void setId(String value)
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
isSetId
public boolean isSetId()
-
getFile
public List<String> 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
-
isSetFile
public boolean isSetFile()
-
unsetFile
public void unsetFile()
-
getFormat
public String getFormat()
Gets the value of the format property.- Returns:
- possible object is
String
-
setFormat
public void setFormat(String value)
Sets the value of the format property.- Parameters:
value
- allowed object isString
-
isSetFormat
public boolean isSetFormat()
-
getType
public ComponentTypeType getType()
Gets the value of the type property.- Returns:
- possible object is
ComponentTypeType
-
setType
public void setType(ComponentTypeType value)
Sets the value of the type property.- Parameters:
value
- allowed object isComponentTypeType
-
isSetType
public boolean isSetType()
-
getAudio
public AudioComponentType getAudio()
Gets the value of the audio property.- Returns:
- possible object is
AudioComponentType
-
setAudio
public void setAudio(AudioComponentType value)
Sets the value of the audio property.- Parameters:
value
- allowed object isAudioComponentType
-
isSetAudio
public boolean isSetAudio()
-
getContainer
public ContainerComponentType getContainer()
Gets the value of the container property.- Returns:
- possible object is
ContainerComponentType
-
setContainer
public void setContainer(ContainerComponentType value)
Sets the value of the container property.- Parameters:
value
- allowed object isContainerComponentType
-
isSetContainer
public boolean isSetContainer()
-
getVideo
public VideoComponentType getVideo()
Gets the value of the video property.- Returns:
- possible object is
VideoComponentType
-
setVideo
public void setVideo(VideoComponentType value)
Sets the value of the video property.- Parameters:
value
- allowed object isVideoComponentType
-
isSetVideo
public boolean isSetVideo()
-
getBinary
public BinaryComponentType getBinary()
Gets the value of the binary property.- Returns:
- possible object is
BinaryComponentType
-
setBinary
public void setBinary(BinaryComponentType value)
Sets the value of the binary property.- Parameters:
value
- allowed object isBinaryComponentType
-
isSetBinary
public boolean isSetBinary()
-
getDescriptor
public DescriptorComponentType getDescriptor()
Gets the value of the descriptor property.- Returns:
- possible object is
DescriptorComponentType
-
setDescriptor
public void setDescriptor(DescriptorComponentType value)
Sets the value of the descriptor property.- Parameters:
value
- allowed object isDescriptorComponentType
-
isSetDescriptor
public boolean isSetDescriptor()
-
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 ComponentSynchronizeType withId(String value)
-
withFile
public ComponentSynchronizeType withFile(String... values)
-
withFile
public ComponentSynchronizeType withFile(Collection<String> values)
-
withFormat
public ComponentSynchronizeType withFormat(String value)
-
withType
public ComponentSynchronizeType withType(ComponentTypeType value)
-
withAudio
public ComponentSynchronizeType withAudio(AudioComponentType value)
-
withContainer
public ComponentSynchronizeType withContainer(ContainerComponentType value)
-
withVideo
public ComponentSynchronizeType withVideo(VideoComponentType value)
-
withBinary
public ComponentSynchronizeType withBinary(BinaryComponentType value)
-
withDescriptor
public ComponentSynchronizeType withDescriptor(DescriptorComponentType value)
-
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 ComponentSynchronizeType 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
-
-