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"/>
<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 | Field and Description |
|---|---|
protected String |
id |
protected Boolean |
image |
protected Integer |
pageno |
protected List<KeyValuePairType> |
setting |
protected String |
uri |
protected Boolean |
useMediaInfo |
protected Boolean |
verbose |
| Constructor and Description |
|---|
ShapeDeductionJobType.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<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 |
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 |
unsetSetting() |
ShapeDeductionJobType.Input |
withId(String value) |
ShapeDeductionJobType.Input |
withImage(Boolean value) |
ShapeDeductionJobType.Input |
withPageno(Integer value) |
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 Boolean image
protected Boolean useMediaInfo
protected Boolean verbose
protected List<KeyValuePairType> setting
protected Integer pageno
public void setId(String value)
value - allowed object is
Stringpublic boolean isSetId()
public void setUri(String value)
value - allowed object is
Stringpublic boolean isSetUri()
public Boolean isImage()
Booleanpublic void setImage(Boolean value)
value - allowed object is
Booleanpublic boolean isSetImage()
public Boolean isUseMediaInfo()
Booleanpublic void setUseMediaInfo(Boolean value)
value - allowed object is
Booleanpublic boolean isSetUseMediaInfo()
public Boolean isVerbose()
Booleanpublic void setVerbose(Boolean value)
value - allowed object is
Booleanpublic 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()
Integerpublic void setPageno(Integer value)
value - allowed object is
Integerpublic boolean isSetPageno()
public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic 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.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic ShapeDeductionJobType.Input withId(String value)
public ShapeDeductionJobType.Input withUri(String value)
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)
Copyright © 2015. All rights reserved.