public class GenericType extends Object implements Serializable
Java class for genericType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="genericType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="provided" type="{http://textgrid.info/namespaces/metadata/core/2010}providedType"/> <element name="generated" type="{http://textgrid.info/namespaces/metadata/core/2010}generatedType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected GeneratedType |
generated |
protected ProvidedType |
provided |
Constructor and Description |
---|
GenericType() |
Modifier and Type | Method and Description |
---|---|
GeneratedType |
getGenerated()
Gets the value of the generated property.
|
ProvidedType |
getProvided()
Gets the value of the provided property.
|
void |
setGenerated(GeneratedType value)
Sets the value of the generated property.
|
void |
setProvided(ProvidedType value)
Sets the value of the provided property.
|
protected ProvidedType provided
protected GeneratedType generated
public ProvidedType getProvided()
ProvidedType
public void setProvided(ProvidedType value)
value
- allowed object is
ProvidedType
public GeneratedType getGenerated()
GeneratedType
public void setGenerated(GeneratedType value)
value
- allowed object is
GeneratedType
Copyright © 2013 TextGrid Consortium. All Rights Reserved.