public static class MetadataEntryListType2.Entry extends MetadataEntryType 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> <extension base="{http://xml.vidispine.com/schema/vidispine}MetadataEntryType"> <attribute name="uuid" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
MetadataEntryType.Source
Modifier and Type | Field and Description |
---|---|
protected String |
uuid |
field, group, source, value
Constructor and Description |
---|
MetadataEntryListType2.Entry() |
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 |
getUuid()
Gets the value of the uuid property.
|
boolean |
isSetUuid() |
void |
setUuid(String value)
Sets the value of the uuid property.
|
getField, getGroup, getSource, getValue, isSetField, isSetGroup, isSetSource, isSetValue, setField, setGroup, setSource, setValue
protected String uuid
public String getUuid()
String
public void setUuid(String value)
value
- allowed object is
String
public boolean isSetUuid()
public Object clone()
clone
in class MetadataEntryType
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
copyTo
in class MetadataEntryType
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
copyTo
in class MetadataEntryType
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
createNewInstance
in class MetadataEntryType
Copyright © 2015. All rights reserved.