public class MetadataFieldGroupType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for MetadataFieldGroupType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MetadataFieldGroupType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="schema" type="{http://xml.vidispine.com/schema/vidispine}MetadataSchemaElementType" minOccurs="0"/>
<element name="data" type="{http://xml.vidispine.com/schema/vidispine}KeyValuePairType" maxOccurs="unbounded" minOccurs="0"/>
<element name="field" type="{http://xml.vidispine.com/schema/vidispine}MetadataFieldType" maxOccurs="unbounded" minOccurs="0"/>
<element name="group" type="{http://xml.vidispine.com/schema/vidispine}MetadataFieldGroupType" maxOccurs="unbounded" minOccurs="0"/>
<element name="access" type="{http://xml.vidispine.com/schema/vidispine}MetadataFieldAccessControlType" maxOccurs="unbounded" minOccurs="0"/>
<element name="externalId" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="origin" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<attribute name="inheritance" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<MetadataFieldAccessControlType> |
access |
protected List<KeyValuePairType> |
data |
protected List<String> |
externalId |
protected List<MetadataFieldType> |
field |
protected List<MetadataFieldGroupType> |
group |
protected String |
inheritance |
protected String |
name |
protected String |
origin |
protected MetadataSchemaElementType |
schema |
| Constructor and Description |
|---|
MetadataFieldGroupType() |
protected String name
protected MetadataSchemaElementType schema
protected List<KeyValuePairType> data
protected List<MetadataFieldType> field
protected List<MetadataFieldGroupType> group
protected List<MetadataFieldAccessControlType> access
protected String origin
protected String inheritance
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSetName()
public MetadataSchemaElementType getSchema()
MetadataSchemaElementTypepublic void setSchema(MetadataSchemaElementType value)
value - allowed object is
MetadataSchemaElementTypepublic boolean isSetSchema()
public List<KeyValuePairType> getData()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the data property.
For example, to add a new item, do as follows:
getData().add(newItem);
Objects of the following type(s) are allowed in the list
KeyValuePairType
public boolean isSetData()
public void unsetData()
public List<MetadataFieldType> getField()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the field property.
For example, to add a new item, do as follows:
getField().add(newItem);
Objects of the following type(s) are allowed in the list
MetadataFieldType
public boolean isSetField()
public void unsetField()
public List<MetadataFieldGroupType> getGroup()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the group property.
For example, to add a new item, do as follows:
getGroup().add(newItem);
Objects of the following type(s) are allowed in the list
MetadataFieldGroupType
public boolean isSetGroup()
public void unsetGroup()
public List<MetadataFieldAccessControlType> getAccess()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the access property.
For example, to add a new item, do as follows:
getAccess().add(newItem);
Objects of the following type(s) are allowed in the list
MetadataFieldAccessControlType
public boolean isSetAccess()
public void unsetAccess()
public List<String> getExternalId()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the externalId property.
For example, to add a new item, do as follows:
getExternalId().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetExternalId()
public void unsetExternalId()
public String getOrigin()
Stringpublic void setOrigin(String value)
value - allowed object is
Stringpublic boolean isSetOrigin()
public String getInheritance()
Stringpublic void setInheritance(String value)
value - allowed object is
Stringpublic boolean isSetInheritance()
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 MetadataFieldGroupType withName(String value)
public MetadataFieldGroupType withSchema(MetadataSchemaElementType value)
public MetadataFieldGroupType withData(KeyValuePairType... values)
public MetadataFieldGroupType withData(Collection<KeyValuePairType> values)
public MetadataFieldGroupType withField(MetadataFieldType... values)
public MetadataFieldGroupType withField(Collection<MetadataFieldType> values)
public MetadataFieldGroupType withGroup(MetadataFieldGroupType... values)
public MetadataFieldGroupType withGroup(Collection<MetadataFieldGroupType> values)
public MetadataFieldGroupType withAccess(MetadataFieldAccessControlType... values)
public MetadataFieldGroupType withAccess(Collection<MetadataFieldAccessControlType> values)
public MetadataFieldGroupType withExternalId(String... values)
public MetadataFieldGroupType withExternalId(Collection<String> values)
public MetadataFieldGroupType withOrigin(String value)
public MetadataFieldGroupType withInheritance(String value)
Copyright © 2015. All rights reserved.