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() |
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
String
public boolean isSetId()
public void setUri(String value)
value
- allowed object is
String
public boolean isSetUri()
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
Copyright © 2015. All rights reserved.