public class MetadataEntryType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for MetadataEntryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MetadataEntryType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="group" type="{http://xml.vidispine.com/schema/vidispine}MetadataGroupValueType" minOccurs="0"/> <element name="field" type="{http://xml.vidispine.com/schema/vidispine}MetadataFieldValueType" minOccurs="0"/> <element name="value" type="{http://xml.vidispine.com/schema/vidispine}MetadataValueType" minOccurs="0"/> <element name="source" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="loc" type="{http://www.w3.org/2001/XMLSchema}anyURI"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
MetadataEntryType.Source
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected MetadataFieldValueType |
field |
protected MetadataGroupValueType |
group |
protected MetadataEntryType.Source |
source |
protected MetadataValueType |
value |
Constructor and Description |
---|
MetadataEntryType() |
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() |
MetadataFieldValueType |
getField()
Gets the value of the field property.
|
MetadataGroupValueType |
getGroup()
Gets the value of the group property.
|
MetadataEntryType.Source |
getSource()
Gets the value of the source property.
|
MetadataValueType |
getValue()
Gets the value of the value property.
|
boolean |
isSetField() |
boolean |
isSetGroup() |
boolean |
isSetSource() |
boolean |
isSetValue() |
void |
setField(MetadataFieldValueType value)
Sets the value of the field property.
|
void |
setGroup(MetadataGroupValueType value)
Sets the value of the group property.
|
void |
setSource(MetadataEntryType.Source value)
Sets the value of the source property.
|
void |
setValue(MetadataValueType value)
Sets the value of the value property.
|
protected MetadataGroupValueType group
protected MetadataFieldValueType field
protected MetadataValueType value
protected MetadataEntryType.Source source
public MetadataGroupValueType getGroup()
MetadataGroupValueType
public void setGroup(MetadataGroupValueType value)
value
- allowed object is
MetadataGroupValueType
public boolean isSetGroup()
public MetadataFieldValueType getField()
MetadataFieldValueType
public void setField(MetadataFieldValueType value)
value
- allowed object is
MetadataFieldValueType
public boolean isSetField()
public MetadataValueType getValue()
MetadataValueType
public void setValue(MetadataValueType value)
value
- allowed object is
MetadataValueType
public boolean isSetValue()
public MetadataEntryType.Source getSource()
MetadataEntryType.Source
public void setSource(MetadataEntryType.Source value)
value
- allowed object is
MetadataEntryType.Source
public boolean isSetSource()
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.