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.
|
MetadataEntryType |
withField(MetadataFieldValueType value) |
MetadataEntryType |
withGroup(MetadataGroupValueType value) |
MetadataEntryType |
withSource(MetadataEntryType.Source value) |
MetadataEntryType |
withValue(MetadataValueType value) |
protected MetadataGroupValueType group
protected MetadataFieldValueType field
protected MetadataValueType value
protected MetadataEntryType.Source source
public MetadataGroupValueType getGroup()
MetadataGroupValueTypepublic void setGroup(MetadataGroupValueType value)
value - allowed object is
MetadataGroupValueTypepublic boolean isSetGroup()
public MetadataFieldValueType getField()
MetadataFieldValueTypepublic void setField(MetadataFieldValueType value)
value - allowed object is
MetadataFieldValueTypepublic boolean isSetField()
public MetadataValueType getValue()
MetadataValueTypepublic void setValue(MetadataValueType value)
value - allowed object is
MetadataValueTypepublic boolean isSetValue()
public MetadataEntryType.Source getSource()
MetadataEntryType.Sourcepublic void setSource(MetadataEntryType.Source value)
value - allowed object is
MetadataEntryType.Sourcepublic boolean isSetSource()
public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic 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.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic MetadataEntryType withGroup(MetadataGroupValueType value)
public MetadataEntryType withField(MetadataFieldValueType value)
public MetadataEntryType withValue(MetadataValueType value)
public MetadataEntryType withSource(MetadataEntryType.Source value)
Copyright © 2015. All rights reserved.