public class Temporal extends Object
Java class for Temporal complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Temporal">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="type" use="required" type="{http://plasma.org/metamodel}TemporalType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TemporalType |
type |
| Constructor and Description |
|---|
Temporal() |
| Modifier and Type | Method and Description |
|---|---|
TemporalType |
getType()
Gets the value of the type property.
|
void |
setType(TemporalType value)
Sets the value of the type property.
|
protected TemporalType type
public TemporalType getType()
TemporalTypepublic void setType(TemporalType value)
value - allowed object is
TemporalTypeCopyright © 2017. All rights reserved.