Class NLEJob2OutputType
- 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 NLEJob2OutputType complex type
.The following schema fragment specifies the expected content contained within this class.
 <complexType name="NLEJob2OutputType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="format" type="{http://xml.vidispine.com/schema/vidispine}ComplexJobOutputFormatType"/>
         <element name="video" type="{http://xml.vidispine.com/schema/vidispine}NLEJob2VideoOutputType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="audio" type="{http://xml.vidispine.com/schema/vidispine}NLEJob2AudioOutputType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 - See Also:
 
- 
Nested Class Summary
Nested Classes - 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<NLEJob2AudioOutputType>protected ComplexJobOutputFormatTypeprotected List<NLEJob2VideoOutputType> - 
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) booleanbooleanequals(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 format property.getVideo()Gets the value of the video property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) booleanbooleanbooleanvoidSets the value of the format property.toString()voidvoidvisit(com.kscs.util.jaxb.PropertyVisitor _visitor_) withAudio(NLEJob2AudioOutputType... values) Adds objects to the list of Audio using add methodwithAudio(Collection<NLEJob2AudioOutputType> values) Adds objects to the list of Audio using addAll methodSets the value of the format property.withVideo(NLEJob2VideoOutputType... values) Adds objects to the list of Video using add methodwithVideo(Collection<NLEJob2VideoOutputType> values) Adds objects to the list of Video using addAll method 
- 
Field Details
- 
format
 - 
video
 - 
audio
 
 - 
 - 
Constructor Details
- 
NLEJob2OutputType
public NLEJob2OutputType() 
 - 
 - 
Method Details
- 
getFormat
Gets the value of the format property.- Returns:
 - possible object is
     
ComplexJobOutputFormatType 
 - 
setFormat
Sets the value of the format property.- Parameters:
 value- allowed object isComplexJobOutputFormatType
 - 
isSetFormat
public boolean isSetFormat() - 
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
setmethod 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
NLEJob2VideoOutputType- 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
setmethod 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
NLEJob2AudioOutputType- Returns:
 - The value of the audio property.
 
 - 
isSetAudio
public boolean isSetAudio() - 
unsetAudio
public void unsetAudio() - 
clone
 - 
copyTo
- Specified by:
 copyToin 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:
 copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
 - 
createNewInstance
- Specified by:
 createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo
 - 
withFormat
Sets the value of the format property.- Parameters:
 value- allowed object isComplexJobOutputFormatType- Returns:
 - The class instance
 
 - 
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
 
 - 
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:
 equalsin 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:
 hashCodein 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:
 appendin 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:
 appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString
 
 -