Class NLEJobOutputType
- 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 NLEJobOutputType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="NLEJobOutputType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="video" type="{http://xml.vidispine.com/schema/vidispine}NLEJobVideoOutputType" maxOccurs="unbounded" minOccurs="0"/>
<element name="audio" type="{http://xml.vidispine.com/schema/vidispine}NLEJobAudioOutputType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="uri" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="containerFormat" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="umid" type="{http://xml.vidispine.com/schema/vidispine}UMIDType" />
<attribute name="clipName" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<NLEJobAudioOutputType>
protected String
protected String
protected byte[]
protected String
protected List<NLEJobVideoOutputType>
-
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 clipName property.Gets the value of the containerFormat property.byte[]
getUmid()
Gets the value of the umid property.getUri()
Gets the value of the uri 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
isSetUri()
boolean
void
setClipName
(String value) Sets the value of the clipName property.void
setContainerFormat
(String value) Sets the value of the containerFormat property.void
setUmid
(byte[] value) Sets the value of the umid property.void
Sets the value of the uri property.toString()
void
void
visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) withAudio
(NLEJobAudioOutputType... values) Adds objects to the list of Audio using add methodwithAudio
(Collection<NLEJobAudioOutputType> values) Adds objects to the list of Audio using addAll methodwithClipName
(String value) Sets the value of the clipName property.withContainerFormat
(String value) Sets the value of the containerFormat property.withUmid
(byte[] value) Sets the value of the umid property.Sets the value of the uri property.withVideo
(NLEJobVideoOutputType... values) Adds objects to the list of Video using add methodwithVideo
(Collection<NLEJobVideoOutputType> values) Adds objects to the list of Video using addAll method
-
Field Details
-
video
-
audio
-
uri
-
containerFormat
-
umid
protected byte[] umid -
clipName
-
-
Constructor Details
-
NLEJobOutputType
public NLEJobOutputType()
-
-
Method Details
-
getVideo
Gets the value of the video 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 video property.For example, to add a new item, do as follows:
getVideo().add(newItem);
Objects of the following type(s) are allowed in the list
NLEJobVideoOutputType
- Returns:
- The value of the video property.
-
isSetVideo
public boolean isSetVideo() -
unsetVideo
public void unsetVideo() -
getAudio
Gets the value of the audio 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 audio property.For example, to add a new item, do as follows:
getAudio().add(newItem);
Objects of the following type(s) are allowed in the list
NLEJobAudioOutputType
- Returns:
- The value of the audio property.
-
isSetAudio
public boolean isSetAudio() -
unsetAudio
public void unsetAudio() -
getUri
Gets the value of the uri property.- Returns:
- possible object is
String
-
setUri
Sets the value of the uri property.- Parameters:
value
- allowed object isString
-
isSetUri
public boolean isSetUri() -
getContainerFormat
Gets the value of the containerFormat property.- Returns:
- possible object is
String
-
setContainerFormat
Sets the value of the containerFormat property.- Parameters:
value
- allowed object isString
-
isSetContainerFormat
public boolean isSetContainerFormat() -
getUmid
public byte[] getUmid()Gets the value of the umid property.- Returns:
- possible object is
String
-
setUmid
public void setUmid(byte[] value) Sets the value of the umid property.- Parameters:
value
- allowed object isString
-
isSetUmid
public boolean isSetUmid() -
getClipName
Gets the value of the clipName property.- Returns:
- possible object is
String
-
setClipName
Sets the value of the clipName property.- Parameters:
value
- allowed object isString
-
isSetClipName
public boolean isSetClipName() -
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
-
withVideo
Adds objects to the list of Video using add method- Parameters:
values
- objects to add to the list Video- Returns:
- The class instance
-
withVideo
Adds objects to the list of Video using addAll method- Parameters:
values
- objects to add to the list Video- Returns:
- The class instance
-
withAudio
Adds objects to the list of Audio using add method- Parameters:
values
- objects to add to the list Audio- Returns:
- The class instance
-
withAudio
Adds objects to the list of Audio using addAll method- Parameters:
values
- objects to add to the list Audio- Returns:
- The class instance
-
withUri
Sets the value of the uri property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withContainerFormat
Sets the value of the containerFormat property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withUmid
Sets the value of the umid property.- Parameters:
value
- allowed object is byte[]- Returns:
- The class instance
-
withClipName
Sets the value of the clipName 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
-