public class OtifPresetType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for OtifPresetType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OtifPresetType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="uuid" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="versionMajor" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="versionMinor" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="versionPatch" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="configuration" type="{http://xml.vidispine.com/schema/vidispine}KeyValuePairType" maxOccurs="unbounded" minOccurs="0"/> <element name="resource" type="{http://xml.vidispine.com/schema/vidispine}NameURIPairType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<KeyValuePairType> |
configuration |
protected List<NameURIPairType> |
resource |
protected String |
uuid |
protected int |
versionMajor |
protected int |
versionMinor |
protected int |
versionPatch |
Constructor and Description |
---|
OtifPresetType() |
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() |
List<KeyValuePairType> |
getConfiguration()
Gets the value of the configuration property.
|
List<NameURIPairType> |
getResource()
Gets the value of the resource property.
|
String |
getUuid()
Gets the value of the uuid property.
|
int |
getVersionMajor()
Gets the value of the versionMajor property.
|
int |
getVersionMinor()
Gets the value of the versionMinor property.
|
int |
getVersionPatch()
Gets the value of the versionPatch property.
|
boolean |
isSetConfiguration() |
boolean |
isSetResource() |
boolean |
isSetUuid() |
boolean |
isSetVersionMajor() |
boolean |
isSetVersionMinor() |
boolean |
isSetVersionPatch() |
void |
setUuid(String value)
Sets the value of the uuid property.
|
void |
setVersionMajor(int value)
Sets the value of the versionMajor property.
|
void |
setVersionMinor(int value)
Sets the value of the versionMinor property.
|
void |
setVersionPatch(int value)
Sets the value of the versionPatch property.
|
void |
unsetConfiguration() |
void |
unsetResource() |
protected String uuid
protected int versionMajor
protected int versionMinor
protected int versionPatch
protected List<KeyValuePairType> configuration
protected List<NameURIPairType> resource
public String getUuid()
String
public void setUuid(String value)
value
- allowed object is
String
public boolean isSetUuid()
public int getVersionMajor()
public void setVersionMajor(int value)
public boolean isSetVersionMajor()
public int getVersionMinor()
public void setVersionMinor(int value)
public boolean isSetVersionMinor()
public int getVersionPatch()
public void setVersionPatch(int value)
public boolean isSetVersionPatch()
public List<KeyValuePairType> getConfiguration()
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 configuration property.
For example, to add a new item, do as follows:
getConfiguration().add(newItem);
Objects of the following type(s) are allowed in the list
KeyValuePairType
public boolean isSetConfiguration()
public void unsetConfiguration()
public List<NameURIPairType> getResource()
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 resource property.
For example, to add a new item, do as follows:
getResource().add(newItem);
Objects of the following type(s) are allowed in the list
NameURIPairType
public boolean isSetResource()
public void unsetResource()
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 © 2016. All rights reserved.