org.plasma.provisioning
Class Temporal

java.lang.Object
  extended by 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>
 


Field Summary
protected  TemporalType type
           
 
Constructor Summary
Temporal()
           
 
Method Summary
 TemporalType getType()
          Gets the value of the type property.
 void setType(TemporalType value)
          Sets the value of the type property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

protected TemporalType type
Constructor Detail

Temporal

public Temporal()
Method Detail

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 © 2014. All rights reserved.