|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgisws.EditorTrackingInfo
public class EditorTrackingInfo
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.
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 |
---|
@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)
public EditorTrackingInfo()
Method Detail |
---|
public java.lang.String getCreationDateFieldName()
String
public void setCreationDateFieldName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCreatorFieldName()
String
public void setCreatorFieldName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getEditDateFieldName()
String
public void setEditDateFieldName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getEditorFieldName()
String
public void setEditorFieldName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getRealm()
String
public void setRealm(java.lang.String value)
value
- allowed object is
String
public TimeReference getTimeReference()
TimeReference
public void setTimeReference(TimeReference value)
value
- allowed object is
TimeReference
public java.lang.Boolean getIsTimeInUTC()
Boolean
public java.lang.Boolean isIsTimeInUTC()
public void setIsTimeInUTC(java.lang.Boolean value)
value
- allowed object is
Boolean
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |