public class MetadataContainerType extends Object implements Serializable
Java class for metadataContainerType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="metadataContainerType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://textgrid.info/namespaces/metadata/core/2010}object"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected ObjectType |
object |
Constructor and Description |
---|
MetadataContainerType() |
Modifier and Type | Method and Description |
---|---|
ObjectType |
getObject()
Gets the value of the object property.
|
void |
setObject(ObjectType value)
Sets the value of the object property.
|
protected ObjectType object
public ObjectType getObject()
ObjectType
public void setObject(ObjectType value)
value
- allowed object is
ObjectType
Copyright © 2013 TextGrid Consortium. All Rights Reserved.