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.
|
MetadataSchemaHierarchyType |
withField(MetadataFieldType value) |
MetadataSchemaHierarchyType |
withGroup(MetadataFieldGroupType value) |
protected MetadataFieldGroupType group
protected MetadataFieldType field
public MetadataFieldGroupType getGroup()
MetadataFieldGroupTypepublic void setGroup(MetadataFieldGroupType value)
value - allowed object is
MetadataFieldGroupTypepublic boolean isSetGroup()
public MetadataFieldType getField()
MetadataFieldTypepublic void setField(MetadataFieldType value)
value - allowed object is
MetadataFieldTypepublic boolean isSetField()
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 MetadataSchemaHierarchyType withGroup(MetadataFieldGroupType value)
public MetadataSchemaHierarchyType withField(MetadataFieldType value)
Copyright © 2015. All rights reserved.