Package com.vidispine.generated
Class MetadataFieldResultType.Group
java.lang.Object
com.vidispine.generated.MetadataFieldResultType.Group
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb.lang.CopyTo
,org.jvnet.jaxb.lang.Equals
,org.jvnet.jaxb.lang.HashCode
,org.jvnet.jaxb.lang.ToString
- Enclosing class:
- MetadataFieldResultType
public static class MetadataFieldResultType.Group
extends Object
implements Serializable, Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString
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:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
Java class for anonymous complex type -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected MetadataFieldGroupType
protected String
protected String
protected MetadataFieldResultType.Group.Source
protected String
protected String
protected MetadataGroupValueType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) clone()
copyTo
(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) boolean
boolean
equals
(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) Gets the value of the definition property.getEnd()
Gets the value of the end property.getName()
Gets the value of the name property.Gets the value of the source property.getStart()
Gets the value of the start property.getUuid()
Gets the value of the uuid property.getValue()
Gets the value of the value property.int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) boolean
boolean
isSetEnd()
boolean
boolean
boolean
boolean
boolean
void
Sets the value of the definition property.void
Sets the value of the end property.void
Sets the value of the name property.void
Sets the value of the source property.void
Sets the value of the start property.void
Sets the value of the uuid property.void
setValue
(MetadataGroupValueType value) Sets the value of the value property.toString()
visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) Sets the value of the definition property.Sets the value of the end property.Sets the value of the name property.Sets the value of the source property.Sets the value of the start property.Sets the value of the uuid property.withValue
(MetadataGroupValueType value) Sets the value of the value property.
-
Field Details
-
value
-
definition
-
source
-
name
-
uuid
-
start
-
end
-
-
Constructor Details
-
Group
public Group()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
MetadataGroupValueType
-
setValue
Sets the value of the value property.- Parameters:
value
- allowed object isMetadataGroupValueType
-
isSetValue
public boolean isSetValue() -
getDefinition
Gets the value of the definition property.- Returns:
- possible object is
MetadataFieldGroupType
-
setDefinition
Sets the value of the definition property.- Parameters:
value
- allowed object isMetadataFieldGroupType
-
isSetDefinition
public boolean isSetDefinition() -
getSource
Gets the value of the source property.- Returns:
- possible object is
MetadataFieldResultType.Group.Source
-
setSource
Sets the value of the source property.- Parameters:
value
- allowed object isMetadataFieldResultType.Group.Source
-
isSetSource
public boolean isSetSource() -
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
isSetName
public boolean isSetName() -
getUuid
Gets the value of the uuid property.- Returns:
- possible object is
String
-
setUuid
Sets the value of the uuid property.- Parameters:
value
- allowed object isString
-
isSetUuid
public boolean isSetUuid() -
getStart
Gets the value of the start property.- Returns:
- possible object is
String
-
setStart
Sets the value of the start property.- Parameters:
value
- allowed object isString
-
isSetStart
public boolean isSetStart() -
getEnd
Gets the value of the end property.- Returns:
- possible object is
String
-
setEnd
Sets the value of the end property.- Parameters:
value
- allowed object isString
-
isSetEnd
public boolean isSetEnd() -
clone
-
copyTo
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) - Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
withValue
Sets the value of the value property.- Parameters:
value
- allowed object isMetadataGroupValueType
- Returns:
- The class instance
-
withDefinition
Sets the value of the definition property.- Parameters:
value
- allowed object isMetadataFieldGroupType
- Returns:
- The class instance
-
withSource
Sets the value of the source property.- Parameters:
value
- allowed object isMetadataFieldResultType.Group.Source
- Returns:
- The class instance
-
withName
Sets the value of the name property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withUuid
Sets the value of the uuid property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withStart
Sets the value of the start property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withEnd
Sets the value of the end property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) - Specified by:
equals
in interfaceorg.jvnet.jaxb.lang.Equals
-
equals
-
visit
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCode
in interfaceorg.jvnet.jaxb.lang.HashCode
-
hashCode
public int hashCode() -
toString
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
append
in interfaceorg.jvnet.jaxb.lang.ToString
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFields
in interfaceorg.jvnet.jaxb.lang.ToString
-