com.esri.arcgisws
Class EditorTrackingInfo

java.lang.Object
  extended by com.esri.arcgisws.EditorTrackingInfo
All Implemented Interfaces:
java.io.Serializable

public class EditorTrackingInfo
extends java.lang.Object
implements java.io.Serializable

EditorTrackingInfo co-class.

Java class for EditorTrackingInfo complex type.

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

 <complexType name="EditorTrackingInfo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CreationDateFieldName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CreatorFieldName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="EditDateFieldName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="EditorFieldName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Realm" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="TimeReference" type="{http://www.esri.com/schemas/ArcGIS/10.3}TimeReference" minOccurs="0"/>
         <element name="IsTimeInUTC" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
EditorTrackingInfo co-class.

See Also:
Serialized Form

Constructor Summary
EditorTrackingInfo()
          EditorTrackingInfo default constructor.
EditorTrackingInfo(java.lang.String creationDateFieldName, java.lang.String creatorFieldName, java.lang.String editDateFieldName, java.lang.String editorFieldName, java.lang.String realm, TimeReference timeReference, java.lang.Boolean isTimeInUTC)
          Deprecated. 
 
Method Summary
 java.lang.String getCreationDateFieldName()
          Creation date field's name Gets the value of the creationDateFieldName property.
 java.lang.String getCreatorFieldName()
          Creator Field Gets the value of the creatorFieldName property.
 java.lang.String getEditDateFieldName()
          Edit date field Name Gets the value of the editDateFieldName property.
 java.lang.String getEditorFieldName()
          Editor Field Name Gets the value of the editorFieldName property.
 java.lang.Boolean getIsTimeInUTC()
          If true, creation and edit dates are in UTC.
 java.lang.String getRealm()
          Username qualifier to be used with the username in creator and editor fields.
 TimeReference getTimeReference()
          Time reference for creation and edit dates.
 java.lang.Boolean isIsTimeInUTC()
          If true, creation and edit dates are in UTC.
 void setCreationDateFieldName(java.lang.String value)
          Creation date field's name Sets the value of the creationDateFieldName property.
 void setCreatorFieldName(java.lang.String value)
          Creator Field Sets the value of the creatorFieldName property.
 void setEditDateFieldName(java.lang.String value)
          Edit date field Name Sets the value of the editDateFieldName property.
 void setEditorFieldName(java.lang.String value)
          Editor Field Name Sets the value of the editorFieldName property.
 void setIsTimeInUTC(java.lang.Boolean value)
          If true, creation and edit dates are in UTC.
 void setRealm(java.lang.String value)
          Username qualifier to be used with the username in creator and editor fields.
 void setTimeReference(TimeReference value)
          Time reference for creation and edit dates.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditorTrackingInfo

@Deprecated
public EditorTrackingInfo(java.lang.String creationDateFieldName,
                                     java.lang.String creatorFieldName,
                                     java.lang.String editDateFieldName,
                                     java.lang.String editorFieldName,
                                     java.lang.String realm,
                                     TimeReference timeReference,
                                     java.lang.Boolean isTimeInUTC)
Deprecated. 

EditorTrackingInfo constructor.


EditorTrackingInfo

public EditorTrackingInfo()
EditorTrackingInfo default constructor.

Method Detail

getCreationDateFieldName

public java.lang.String getCreationDateFieldName()
Creation date field's name Gets the value of the creationDateFieldName property.

Returns:
possible object is String

setCreationDateFieldName

public void setCreationDateFieldName(java.lang.String value)
Creation date field's name Sets the value of the creationDateFieldName property.

Parameters:
value - allowed object is String

getCreatorFieldName

public java.lang.String getCreatorFieldName()
Creator Field Gets the value of the creatorFieldName property.

Returns:
possible object is String

setCreatorFieldName

public void setCreatorFieldName(java.lang.String value)
Creator Field Sets the value of the creatorFieldName property.

Parameters:
value - allowed object is String

getEditDateFieldName

public java.lang.String getEditDateFieldName()
Edit date field Name Gets the value of the editDateFieldName property.

Returns:
possible object is String

setEditDateFieldName

public void setEditDateFieldName(java.lang.String value)
Edit date field Name Sets the value of the editDateFieldName property.

Parameters:
value - allowed object is String

getEditorFieldName

public java.lang.String getEditorFieldName()
Editor Field Name Gets the value of the editorFieldName property.

Returns:
possible object is String

setEditorFieldName

public void setEditorFieldName(java.lang.String value)
Editor Field Name Sets the value of the editorFieldName property.

Parameters:
value - allowed object is String

getRealm

public java.lang.String getRealm()
Username qualifier to be used with the username in creator and editor fields. Gets the value of the realm property.

Returns:
possible object is String

setRealm

public void setRealm(java.lang.String value)
Username qualifier to be used with the username in creator and editor fields. Sets the value of the realm property.

Parameters:
value - allowed object is String

getTimeReference

public TimeReference getTimeReference()
Time reference for creation and edit dates. Gets the value of the timeReference property.

Returns:
possible object is TimeReference

setTimeReference

public void setTimeReference(TimeReference value)
Time reference for creation and edit dates. Sets the value of the timeReference property.

Parameters:
value - allowed object is TimeReference

getIsTimeInUTC

public java.lang.Boolean getIsTimeInUTC()
If true, creation and edit dates are in UTC. Gets the value of the isTimeInUTC property.

Returns:
possible object is Boolean

isIsTimeInUTC

public java.lang.Boolean isIsTimeInUTC()
If true, creation and edit dates are in UTC.


setIsTimeInUTC

public void setIsTimeInUTC(java.lang.Boolean value)
If true, creation and edit dates are in UTC. Sets the value of the isTimeInUTC property.

Parameters:
value - allowed object is Boolean