Package com.vidispine.generated
Class MetadataFieldResultType.Group
- java.lang.Object
-
- com.vidispine.generated.MetadataFieldResultType.Group
-
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.CopyTo2
,org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
- Enclosing class:
- MetadataFieldResultType
public static class MetadataFieldResultType.Group extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MetadataFieldResultType.Group.PropInfo
static class
MetadataFieldResultType.Group.Source
Java class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field 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 Summary
Constructors Constructor Description Group()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
Object
copyTo(Object target)
Object
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 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.EqualsStrategy2 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.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
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)
-
-
-
Field Detail
-
value
protected MetadataGroupValueType value
-
definition
protected MetadataFieldGroupType definition
-
source
protected MetadataFieldResultType.Group.Source source
-
name
protected String name
-
uuid
protected String uuid
-
start
protected String start
-
end
protected String end
-
-
Method Detail
-
getValue
public MetadataGroupValueType getValue()
Gets the value of the value property.- Returns:
- possible object is
MetadataGroupValueType
-
setValue
public void setValue(MetadataGroupValueType value)
Sets the value of the value property.- Parameters:
value
- allowed object isMetadataGroupValueType
-
isSetValue
public boolean isSetValue()
-
getDefinition
public MetadataFieldGroupType getDefinition()
Gets the value of the definition property.- Returns:
- possible object is
MetadataFieldGroupType
-
setDefinition
public void setDefinition(MetadataFieldGroupType value)
Sets the value of the definition property.- Parameters:
value
- allowed object isMetadataFieldGroupType
-
isSetDefinition
public boolean isSetDefinition()
-
getSource
public MetadataFieldResultType.Group.Source getSource()
Gets the value of the source property.- Returns:
- possible object is
MetadataFieldResultType.Group.Source
-
setSource
public void setSource(MetadataFieldResultType.Group.Source value)
Sets the value of the source property.- Parameters:
value
- allowed object isMetadataFieldResultType.Group.Source
-
isSetSource
public boolean isSetSource()
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
isSetName
public boolean isSetName()
-
getUuid
public String getUuid()
Gets the value of the uuid property.- Returns:
- possible object is
String
-
setUuid
public void setUuid(String value)
Sets the value of the uuid property.- Parameters:
value
- allowed object isString
-
isSetUuid
public boolean isSetUuid()
-
getStart
public String getStart()
Gets the value of the start property.- Returns:
- possible object is
String
-
setStart
public void setStart(String value)
Sets the value of the start property.- Parameters:
value
- allowed object isString
-
isSetStart
public boolean isSetStart()
-
getEnd
public String getEnd()
Gets the value of the end property.- Returns:
- possible object is
String
-
setEnd
public void setEnd(String value)
Sets the value of the end property.- Parameters:
value
- allowed object isString
-
isSetEnd
public boolean isSetEnd()
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
withValue
public MetadataFieldResultType.Group withValue(MetadataGroupValueType value)
-
withDefinition
public MetadataFieldResultType.Group withDefinition(MetadataFieldGroupType value)
-
withSource
public MetadataFieldResultType.Group withSource(MetadataFieldResultType.Group.Source value)
-
withName
public MetadataFieldResultType.Group withName(String value)
-
withUuid
public MetadataFieldResultType.Group withUuid(String value)
-
withStart
public MetadataFieldResultType.Group withStart(String value)
-
withEnd
public MetadataFieldResultType.Group withEnd(String value)
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
- Specified by:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
visit
public MetadataFieldResultType.Group visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
-