it.sistematica.isharedoc.sharecloud.model.replica.legaldoc.idc
Class TimeReference

java.lang.Object
  extended by it.sistematica.isharedoc.sharecloud.model.replica.legaldoc.idc.TimeReference

public class TimeReference
extends java.lang.Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element ref="{}DetachedTimeStamp"/>
         <element ref="{}AttachedTimeStamp"/>
         <element ref="{}TimeInfo"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  AttachedTimeStamp attachedTimeStamp
           
protected  DetachedTimeStamp detachedTimeStamp
           
protected  java.lang.String timeInfo
           
 
Constructor Summary
TimeReference()
           
 
Method Summary
 AttachedTimeStamp getAttachedTimeStamp()
          Gets the value of the attachedTimeStamp property.
 DetachedTimeStamp getDetachedTimeStamp()
          Gets the value of the detachedTimeStamp property.
 java.lang.String getTimeInfo()
          Gets the value of the timeInfo property.
 void setAttachedTimeStamp(AttachedTimeStamp value)
          Sets the value of the attachedTimeStamp property.
 void setDetachedTimeStamp(DetachedTimeStamp value)
          Sets the value of the detachedTimeStamp property.
 void setTimeInfo(java.lang.String value)
          Sets the value of the timeInfo property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

detachedTimeStamp

protected DetachedTimeStamp detachedTimeStamp

attachedTimeStamp

protected AttachedTimeStamp attachedTimeStamp

timeInfo

protected java.lang.String timeInfo
Constructor Detail

TimeReference

public TimeReference()
Method Detail

getDetachedTimeStamp

public DetachedTimeStamp getDetachedTimeStamp()
Gets the value of the detachedTimeStamp property.

Returns:
possible object is DetachedTimeStamp

setDetachedTimeStamp

public void setDetachedTimeStamp(DetachedTimeStamp value)
Sets the value of the detachedTimeStamp property.

Parameters:
value - allowed object is DetachedTimeStamp

getAttachedTimeStamp

public AttachedTimeStamp getAttachedTimeStamp()
Gets the value of the attachedTimeStamp property.

Returns:
possible object is AttachedTimeStamp

setAttachedTimeStamp

public void setAttachedTimeStamp(AttachedTimeStamp value)
Sets the value of the attachedTimeStamp property.

Parameters:
value - allowed object is AttachedTimeStamp

getTimeInfo

public java.lang.String getTimeInfo()
Gets the value of the timeInfo property.

Returns:
possible object is String

setTimeInfo

public void setTimeInfo(java.lang.String value)
Sets the value of the timeInfo property.

Parameters:
value - allowed object is String