Package com.vidispine.generated
Class ComplexJobInputType
java.lang.Object
com.vidispine.generated.ComplexJobInputType
- 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
- Direct Known Subclasses:
ComplexJobAudioChannelMapInputType
public class ComplexJobInputType
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 ComplexJobInputType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="ComplexJobInputType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="stream" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/>
<element name="pid" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="transition" type="{http://xml.vidispine.com/schema/vidispine}TransitionType" minOccurs="0"/>
<element name="setting" type="{http://xml.vidispine.com/schema/vidispine}KeyValuePairType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected int
protected Integer
protected List<KeyValuePairType>
protected int
protected TransitionType
-
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) int
getId()
Gets the value of the id property.getPid()
Gets the value of the pid property.Gets the value of the setting property.int
Gets the value of the stream property.Gets the value of the transition property.int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) boolean
isSetId()
boolean
isSetPid()
boolean
boolean
boolean
void
setId
(int value) Sets the value of the id property.void
Sets the value of the pid property.void
setStream
(int value) Sets the value of the stream property.void
setTransition
(TransitionType value) Sets the value of the transition property.toString()
void
visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) withId
(int value) Sets the value of the id property.Sets the value of the pid property.withSetting
(KeyValuePairType... values) Adds objects to the list of Setting using add methodwithSetting
(Collection<KeyValuePairType> values) Adds objects to the list of Setting using addAll methodwithStream
(int value) Sets the value of the stream property.withTransition
(TransitionType value) Sets the value of the transition property.
-
Field Details
-
id
protected int id -
stream
protected int stream -
pid
-
transition
-
setting
-
-
Constructor Details
-
ComplexJobInputType
public ComplexJobInputType()
-
-
Method Details
-
getId
public int getId()Gets the value of the id property. -
setId
public void setId(int value) Sets the value of the id property. -
isSetId
public boolean isSetId() -
getStream
public int getStream()Gets the value of the stream property. -
setStream
public void setStream(int value) Sets the value of the stream property. -
isSetStream
public boolean isSetStream() -
getPid
Gets the value of the pid property.- Returns:
- possible object is
Integer
-
setPid
Sets the value of the pid property.- Parameters:
value
- allowed object isInteger
-
isSetPid
public boolean isSetPid() -
getTransition
Gets the value of the transition property.- Returns:
- possible object is
TransitionType
-
setTransition
Sets the value of the transition property.- Parameters:
value
- allowed object isTransitionType
-
isSetTransition
public boolean isSetTransition() -
getSetting
Gets the value of the setting 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 setting property.For example, to add a new item, do as follows:
getSetting().add(newItem);
Objects of the following type(s) are allowed in the list
KeyValuePairType
- Returns:
- The value of the setting property.
-
isSetSetting
public boolean isSetSetting() -
unsetSetting
public void unsetSetting() -
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 is int- Returns:
- The class instance
-
withStream
Sets the value of the stream property.- Parameters:
value
- allowed object is int- Returns:
- The class instance
-
withPid
Sets the value of the pid property.- Parameters:
value
- allowed object isInteger
- Returns:
- The class instance
-
withTransition
Sets the value of the transition property.- Parameters:
value
- allowed object isTransitionType
- Returns:
- The class instance
-
withSetting
Adds objects to the list of Setting using add method- Parameters:
values
- objects to add to the list Setting- Returns:
- The class instance
-
withSetting
Adds objects to the list of Setting using addAll method- Parameters:
values
- objects to add to the list Setting- 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
-