public static class MetadataFieldResultType.Group extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
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.PropInfo |
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 |
|---|
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() |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
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.
|
MetadataFieldResultType.Group |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
MetadataFieldResultType.Group |
withDefinition(MetadataFieldGroupType value) |
MetadataFieldResultType.Group |
withEnd(String value) |
MetadataFieldResultType.Group |
withName(String value) |
MetadataFieldResultType.Group |
withSource(MetadataFieldResultType.Group.Source value) |
MetadataFieldResultType.Group |
withStart(String value) |
MetadataFieldResultType.Group |
withUuid(String value) |
MetadataFieldResultType.Group |
withValue(MetadataGroupValueType value) |
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()
MetadataGroupValueTypepublic void setValue(MetadataGroupValueType value)
value - allowed object is
MetadataGroupValueTypepublic boolean isSetValue()
public MetadataFieldGroupType getDefinition()
MetadataFieldGroupTypepublic void setDefinition(MetadataFieldGroupType value)
value - allowed object is
MetadataFieldGroupTypepublic boolean isSetDefinition()
public MetadataFieldResultType.Group.Source getSource()
MetadataFieldResultType.Group.Sourcepublic void setSource(MetadataFieldResultType.Group.Source value)
value - allowed object is
MetadataFieldResultType.Group.Sourcepublic boolean isSetSource()
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSetName()
public String getUuid()
Stringpublic void setUuid(String value)
value - allowed object is
Stringpublic boolean isSetUuid()
public String getStart()
Stringpublic void setStart(String value)
value - allowed object is
Stringpublic boolean isSetStart()
public String getEnd()
Stringpublic void setEnd(String value)
value - allowed object is
Stringpublic boolean isSetEnd()
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 MetadataFieldResultType.Group withValue(MetadataGroupValueType value)
public MetadataFieldResultType.Group withDefinition(MetadataFieldGroupType value)
public MetadataFieldResultType.Group withSource(MetadataFieldResultType.Group.Source value)
public MetadataFieldResultType.Group withName(String value)
public MetadataFieldResultType.Group withUuid(String value)
public MetadataFieldResultType.Group withStart(String value)
public MetadataFieldResultType.Group withEnd(String value)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic MetadataFieldResultType.Group visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2019. All rights reserved.