Class MXFOp1BJobType.Reference
- java.lang.Object
-
- com.vidispine.generated.MXFOp1BJobType.Reference
-
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.CopyTo2
,org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
- Enclosing class:
- MXFOp1BJobType
public static class MXFOp1BJobType.Reference 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 anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="source" type="{http://www.w3.org/2001/XMLSchema}anyURI"/> <element name="stream" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" maxOccurs="unbounded"/> <element name="locator" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MXFOp1BJobType.Reference.PropInfo
-
Constructor Summary
Constructors Constructor Description Reference()
-
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)
List<String>
getLocator()
Gets the value of the locator property.String
getSource()
Gets the value of the source property.List<Integer>
getStream()
Gets the value of the stream property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isSetLocator()
boolean
isSetSource()
boolean
isSetStream()
void
setSource(String value)
Sets the value of the source property.void
unsetLocator()
void
unsetStream()
MXFOp1BJobType.Reference
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
MXFOp1BJobType.Reference
withLocator(String... values)
MXFOp1BJobType.Reference
withLocator(Collection<String> values)
MXFOp1BJobType.Reference
withSource(String value)
MXFOp1BJobType.Reference
withStream(Integer... values)
MXFOp1BJobType.Reference
withStream(Collection<Integer> values)
-
-
-
Method Detail
-
getSource
public String getSource()
Gets the value of the source property.- Returns:
- possible object is
String
-
setSource
public void setSource(String value)
Sets the value of the source property.- Parameters:
value
- allowed object isString
-
isSetSource
public boolean isSetSource()
-
getStream
public List<Integer> getStream()
Gets the value of the stream 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 stream property.For example, to add a new item, do as follows:
getStream().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
-
isSetStream
public boolean isSetStream()
-
unsetStream
public void unsetStream()
-
getLocator
public List<String> getLocator()
Gets the value of the locator 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 locator property.For example, to add a new item, do as follows:
getLocator().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
isSetLocator
public boolean isSetLocator()
-
unsetLocator
public void unsetLocator()
-
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
-
withSource
public MXFOp1BJobType.Reference withSource(String value)
-
withStream
public MXFOp1BJobType.Reference withStream(Integer... values)
-
withStream
public MXFOp1BJobType.Reference withStream(Collection<Integer> values)
-
withLocator
public MXFOp1BJobType.Reference withLocator(String... values)
-
withLocator
public MXFOp1BJobType.Reference withLocator(Collection<String> values)
-
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 MXFOp1BJobType.Reference 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
-
-