public class MetadataFieldGroupType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
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 | Class and Description |
|---|---|
static class |
MetadataFieldGroupType.PropInfo |
| 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() |
| 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() |
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.EqualsStrategy strategy) |
List<MetadataFieldAccessControlType> |
getAccess()
Gets the value of the access property.
|
List<KeyValuePairType> |
getData()
Gets the value of the data property.
|
List<String> |
getExternalId()
Gets the value of the externalId property.
|
List<MetadataFieldType> |
getField()
Gets the value of the field property.
|
List<MetadataFieldGroupType> |
getGroup()
Gets the value of the group property.
|
String |
getInheritance()
Gets the value of the inheritance property.
|
String |
getName()
Gets the value of the name property.
|
String |
getOrigin()
Gets the value of the origin property.
|
MetadataSchemaElementType |
getSchema()
Gets the value of the schema property.
|
boolean |
isSetAccess() |
boolean |
isSetData() |
boolean |
isSetExternalId() |
boolean |
isSetField() |
boolean |
isSetGroup() |
boolean |
isSetInheritance() |
boolean |
isSetName() |
boolean |
isSetOrigin() |
boolean |
isSetSchema() |
void |
setInheritance(String value)
Sets the value of the inheritance property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setOrigin(String value)
Sets the value of the origin property.
|
void |
setSchema(MetadataSchemaElementType value)
Sets the value of the schema property.
|
void |
unsetAccess() |
void |
unsetData() |
void |
unsetExternalId() |
void |
unsetField() |
void |
unsetGroup() |
MetadataFieldGroupType |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
MetadataFieldGroupType |
withAccess(Collection<MetadataFieldAccessControlType> values) |
MetadataFieldGroupType |
withAccess(MetadataFieldAccessControlType... values) |
MetadataFieldGroupType |
withData(Collection<KeyValuePairType> values) |
MetadataFieldGroupType |
withData(KeyValuePairType... values) |
MetadataFieldGroupType |
withExternalId(Collection<String> values) |
MetadataFieldGroupType |
withExternalId(String... values) |
MetadataFieldGroupType |
withField(Collection<MetadataFieldType> values) |
MetadataFieldGroupType |
withField(MetadataFieldType... values) |
MetadataFieldGroupType |
withGroup(Collection<MetadataFieldGroupType> values) |
MetadataFieldGroupType |
withGroup(MetadataFieldGroupType... values) |
MetadataFieldGroupType |
withInheritance(String value) |
MetadataFieldGroupType |
withName(String value) |
MetadataFieldGroupType |
withOrigin(String value) |
MetadataFieldGroupType |
withSchema(MetadataSchemaElementType value) |
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)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic MetadataFieldGroupType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2019. All rights reserved.