org.plasma.provisioning
Class Temporal
java.lang.Object
org.plasma.provisioning.Temporal
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://www.servicelabs.org/plasma/provisioning}TemporalType" />
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
type
protected TemporalType type
Temporal
public Temporal()
getType
public TemporalType getType()
- Gets the value of the type property.
- Returns:
- possible object is
TemporalType
setType
public void setType(TemporalType value)
- Sets the value of the type property.
- Parameters:
value - allowed object is
TemporalType
Copyright © 2013. All rights reserved.