public class BulkyMetadataPairType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for BulkyMetadataPairType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BulkyMetadataPairType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="key" type="{http://www.w3.org/2001/XMLSchema}string"/> <choice> <element name="value" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="maps" type="{http://xml.vidispine.com/schema/vidispine}BulkyMapListType"/> </choice> </sequence> <attribute name="start" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="end" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="stream" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="channel" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Integer |
channel |
protected String |
end |
protected String |
key |
protected BulkyMapListType |
maps |
protected String |
start |
protected Integer |
stream |
protected String |
value |
Constructor and Description |
---|
BulkyMetadataPairType() |
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() |
int |
getChannel()
Gets the value of the channel property.
|
String |
getEnd()
Gets the value of the end property.
|
String |
getKey()
Gets the value of the key property.
|
BulkyMapListType |
getMaps()
Gets the value of the maps property.
|
String |
getStart()
Gets the value of the start property.
|
int |
getStream()
Gets the value of the stream property.
|
String |
getValue()
Gets the value of the value property.
|
boolean |
isSetChannel() |
boolean |
isSetEnd() |
boolean |
isSetKey() |
boolean |
isSetMaps() |
boolean |
isSetStart() |
boolean |
isSetStream() |
boolean |
isSetValue() |
void |
setChannel(int value)
Sets the value of the channel property.
|
void |
setEnd(String value)
Sets the value of the end property.
|
void |
setKey(String value)
Sets the value of the key property.
|
void |
setMaps(BulkyMapListType value)
Sets the value of the maps property.
|
void |
setStart(String value)
Sets the value of the start property.
|
void |
setStream(int value)
Sets the value of the stream property.
|
void |
setValue(String value)
Sets the value of the value property.
|
void |
unsetChannel() |
void |
unsetStream() |
protected String key
protected String value
protected BulkyMapListType maps
protected String start
protected String end
protected Integer stream
protected Integer channel
public void setKey(String value)
value
- allowed object is
String
public boolean isSetKey()
public String getValue()
String
public void setValue(String value)
value
- allowed object is
String
public boolean isSetValue()
public BulkyMapListType getMaps()
BulkyMapListType
public void setMaps(BulkyMapListType value)
value
- allowed object is
BulkyMapListType
public boolean isSetMaps()
public String getStart()
String
public void setStart(String value)
value
- allowed object is
String
public boolean isSetStart()
public void setEnd(String value)
value
- allowed object is
String
public boolean isSetEnd()
public int getStream()
Integer
public void setStream(int value)
value
- allowed object is
Integer
public boolean isSetStream()
public void unsetStream()
public int getChannel()
Integer
public void setChannel(int value)
value
- allowed object is
Integer
public boolean isSetChannel()
public void unsetChannel()
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.