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.
|
MetadataEntryListType2.Entry |
withField(MetadataFieldValueType value) |
MetadataEntryListType2.Entry |
withGroup(MetadataGroupValueType value) |
MetadataEntryListType2.Entry |
withSource(MetadataEntryType.Source value) |
MetadataEntryListType2.Entry |
withUuid(String value) |
MetadataEntryListType2.Entry |
withValue(MetadataValueType value) |
getField, getGroup, getSource, getValue, isSetField, isSetGroup, isSetSource, isSetValue, setField, setGroup, setSource, setValueprotected String uuid
public String getUuid()
Stringpublic void setUuid(String value)
value - allowed object is
Stringpublic boolean isSetUuid()
public Object clone()
clone in class MetadataEntryTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class MetadataEntryTypepublic 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.CopyTocopyTo in class MetadataEntryTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in class MetadataEntryTypepublic MetadataEntryListType2.Entry withUuid(String value)
public MetadataEntryListType2.Entry withGroup(MetadataGroupValueType value)
withGroup in class MetadataEntryTypepublic MetadataEntryListType2.Entry withField(MetadataFieldValueType value)
withField in class MetadataEntryTypepublic MetadataEntryListType2.Entry withValue(MetadataValueType value)
withValue in class MetadataEntryTypepublic MetadataEntryListType2.Entry withSource(MetadataEntryType.Source value)
withSource in class MetadataEntryTypeCopyright © 2015. All rights reserved.