public class MetadataSchemaHierarchyType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for MetadataSchemaHierarchyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MetadataSchemaHierarchyType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="group" type="{http://xml.vidispine.com/schema/vidispine}MetadataFieldGroupType"/> <element name="field" type="{http://xml.vidispine.com/schema/vidispine}MetadataFieldType"/> </choice> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected MetadataFieldType |
field |
protected MetadataFieldGroupType |
group |
Constructor and Description |
---|
MetadataSchemaHierarchyType() |
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() |
MetadataFieldType |
getField()
Gets the value of the field property.
|
MetadataFieldGroupType |
getGroup()
Gets the value of the group property.
|
boolean |
isSetField() |
boolean |
isSetGroup() |
void |
setField(MetadataFieldType value)
Sets the value of the field property.
|
void |
setGroup(MetadataFieldGroupType value)
Sets the value of the group property.
|
protected MetadataFieldGroupType group
protected MetadataFieldType field
public MetadataFieldGroupType getGroup()
MetadataFieldGroupType
public void setGroup(MetadataFieldGroupType value)
value
- allowed object is
MetadataFieldGroupType
public boolean isSetGroup()
public MetadataFieldType getField()
MetadataFieldType
public void setField(MetadataFieldType value)
value
- allowed object is
MetadataFieldType
public boolean isSetField()
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 © 2016. All rights reserved.