public static class ShapeDeductionJobType.Input extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
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="id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="uri" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> <element name="range" type="{http://xml.vidispine.com/schema/vidispine}SequenceRangeType" maxOccurs="unbounded"/> <element name="image" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="useMediaInfo" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="verbose" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="setting" type="{http://xml.vidispine.com/schema/vidispine}KeyValuePairType" maxOccurs="unbounded" minOccurs="0"/> <element name="pageno" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
ShapeDeductionJobType.Input.PropInfo |
Modifier and Type | Field and Description |
---|---|
protected String |
id |
protected Boolean |
image |
protected Integer |
pageno |
protected List<SequenceRangeType> |
range |
protected List<KeyValuePairType> |
setting |
protected String |
uri |
protected Boolean |
useMediaInfo |
protected Boolean |
verbose |
Constructor and Description |
---|
Input() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
String |
getId()
Gets the value of the id property.
|
Integer |
getPageno()
Gets the value of the pageno property.
|
List<SequenceRangeType> |
getRange()
Gets the value of the range property.
|
List<KeyValuePairType> |
getSetting()
Gets the value of the setting property.
|
String |
getUri()
Gets the value of the uri property.
|
Boolean |
isImage()
Gets the value of the image property.
|
boolean |
isSetId() |
boolean |
isSetImage() |
boolean |
isSetPageno() |
boolean |
isSetRange() |
boolean |
isSetSetting() |
boolean |
isSetUri() |
boolean |
isSetUseMediaInfo() |
boolean |
isSetVerbose() |
Boolean |
isUseMediaInfo()
Gets the value of the useMediaInfo property.
|
Boolean |
isVerbose()
Gets the value of the verbose property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setImage(Boolean value)
Sets the value of the image property.
|
void |
setPageno(Integer value)
Sets the value of the pageno property.
|
void |
setUri(String value)
Sets the value of the uri property.
|
void |
setUseMediaInfo(Boolean value)
Sets the value of the useMediaInfo property.
|
void |
setVerbose(Boolean value)
Sets the value of the verbose property.
|
void |
unsetRange() |
void |
unsetSetting() |
ShapeDeductionJobType.Input |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
ShapeDeductionJobType.Input |
withId(String value) |
ShapeDeductionJobType.Input |
withImage(Boolean value) |
ShapeDeductionJobType.Input |
withPageno(Integer value) |
ShapeDeductionJobType.Input |
withRange(Collection<SequenceRangeType> values) |
ShapeDeductionJobType.Input |
withRange(SequenceRangeType... values) |
ShapeDeductionJobType.Input |
withSetting(Collection<KeyValuePairType> values) |
ShapeDeductionJobType.Input |
withSetting(KeyValuePairType... values) |
ShapeDeductionJobType.Input |
withUri(String value) |
ShapeDeductionJobType.Input |
withUseMediaInfo(Boolean value) |
ShapeDeductionJobType.Input |
withVerbose(Boolean value) |
protected String id
protected String uri
protected List<SequenceRangeType> range
protected Boolean image
protected Boolean useMediaInfo
protected Boolean verbose
protected List<KeyValuePairType> setting
protected Integer pageno
public void setId(String value)
value
- allowed object is
String
public boolean isSetId()
public String getUri()
String
public void setUri(String value)
value
- allowed object is
String
public boolean isSetUri()
public List<SequenceRangeType> getRange()
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 range property.
For example, to add a new item, do as follows:
getRange().add(newItem);
Objects of the following type(s) are allowed in the list
SequenceRangeType
public boolean isSetRange()
public void unsetRange()
public Boolean isImage()
Boolean
public void setImage(Boolean value)
value
- allowed object is
Boolean
public boolean isSetImage()
public Boolean isUseMediaInfo()
Boolean
public void setUseMediaInfo(Boolean value)
value
- allowed object is
Boolean
public boolean isSetUseMediaInfo()
public Boolean isVerbose()
Boolean
public void setVerbose(Boolean value)
value
- allowed object is
Boolean
public boolean isSetVerbose()
public List<KeyValuePairType> getSetting()
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
public boolean isSetSetting()
public void unsetSetting()
public Integer getPageno()
Integer
public void setPageno(Integer value)
value
- allowed object is
Integer
public boolean isSetPageno()
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public ShapeDeductionJobType.Input withId(String value)
public ShapeDeductionJobType.Input withUri(String value)
public ShapeDeductionJobType.Input withRange(SequenceRangeType... values)
public ShapeDeductionJobType.Input withRange(Collection<SequenceRangeType> values)
public ShapeDeductionJobType.Input withImage(Boolean value)
public ShapeDeductionJobType.Input withUseMediaInfo(Boolean value)
public ShapeDeductionJobType.Input withVerbose(Boolean value)
public ShapeDeductionJobType.Input withSetting(KeyValuePairType... values)
public ShapeDeductionJobType.Input withSetting(Collection<KeyValuePairType> values)
public ShapeDeductionJobType.Input withPageno(Integer value)
public ShapeDeductionJobType.Input visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2017. All rights reserved.