public static class MetadataFieldResultType.Group extends Object 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> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="value" type="{http://xml.vidispine.com/schema/vidispine}MetadataGroupValueType" minOccurs="0"/> <element name="definition" type="{http://xml.vidispine.com/schema/vidispine}MetadataFieldGroupType" 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> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="uuid" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="start" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="end" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
MetadataFieldResultType.Group.Source
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected MetadataFieldGroupType |
definition |
protected String |
end |
protected String |
name |
protected MetadataFieldResultType.Group.Source |
source |
protected String |
start |
protected String |
uuid |
protected MetadataGroupValueType |
value |
Constructor and Description |
---|
MetadataFieldResultType.Group() |
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() |
MetadataFieldGroupType |
getDefinition()
Gets the value of the definition property.
|
String |
getEnd()
Gets the value of the end property.
|
String |
getName()
Gets the value of the name property.
|
MetadataFieldResultType.Group.Source |
getSource()
Gets the value of the source property.
|
String |
getStart()
Gets the value of the start property.
|
String |
getUuid()
Gets the value of the uuid property.
|
MetadataGroupValueType |
getValue()
Gets the value of the value property.
|
boolean |
isSetDefinition() |
boolean |
isSetEnd() |
boolean |
isSetName() |
boolean |
isSetSource() |
boolean |
isSetStart() |
boolean |
isSetUuid() |
boolean |
isSetValue() |
void |
setDefinition(MetadataFieldGroupType value)
Sets the value of the definition property.
|
void |
setEnd(String value)
Sets the value of the end property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setSource(MetadataFieldResultType.Group.Source value)
Sets the value of the source property.
|
void |
setStart(String value)
Sets the value of the start property.
|
void |
setUuid(String value)
Sets the value of the uuid property.
|
void |
setValue(MetadataGroupValueType value)
Sets the value of the value property.
|
protected MetadataGroupValueType value
protected MetadataFieldGroupType definition
protected MetadataFieldResultType.Group.Source source
protected String name
protected String uuid
protected String start
protected String end
public MetadataGroupValueType getValue()
MetadataGroupValueType
public void setValue(MetadataGroupValueType value)
value
- allowed object is
MetadataGroupValueType
public boolean isSetValue()
public MetadataFieldGroupType getDefinition()
MetadataFieldGroupType
public void setDefinition(MetadataFieldGroupType value)
value
- allowed object is
MetadataFieldGroupType
public boolean isSetDefinition()
public MetadataFieldResultType.Group.Source getSource()
MetadataFieldResultType.Group.Source
public void setSource(MetadataFieldResultType.Group.Source value)
value
- allowed object is
MetadataFieldResultType.Group.Source
public boolean isSetSource()
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public boolean isSetName()
public String getUuid()
String
public void setUuid(String value)
value
- allowed object is
String
public boolean isSetUuid()
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 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 © 2015. All rights reserved.