com.esri.arcgisws
Class OwnershipBasedAccessControl

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

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

Ownership-based feature-level Access Control.

Java class for OwnershipBasedAccessControl complex type.

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

 <complexType name="OwnershipBasedAccessControl">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Enabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="AllowOthersToDelete" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="AllowOthersToUpdate" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Ownership-based feature-level Access Control.

See Also:
Serialized Form

Constructor Summary
OwnershipBasedAccessControl()
          OwnershipBasedAccessControl default constructor.
OwnershipBasedAccessControl(boolean enabled, java.lang.Boolean allowOthersToDelete, java.lang.Boolean allowOthersToUpdate)
          Deprecated. 
 
Method Summary
 java.lang.Boolean getAllowOthersToDelete()
          Gets the value of the allowOthersToDelete property.
 java.lang.Boolean getAllowOthersToUpdate()
          Gets the value of the allowOthersToUpdate property.
 java.lang.Boolean isAllowOthersToDelete()
           
 java.lang.Boolean isAllowOthersToUpdate()
           
 boolean isEnabled()
          Gets the value of the enabled property.
 void setAllowOthersToDelete(java.lang.Boolean value)
          Sets the value of the allowOthersToDelete property.
 void setAllowOthersToUpdate(java.lang.Boolean value)
          Sets the value of the allowOthersToUpdate property.
 void setEnabled(boolean value)
          Sets the value of the enabled property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OwnershipBasedAccessControl

@Deprecated
public OwnershipBasedAccessControl(boolean enabled,
                                              java.lang.Boolean allowOthersToDelete,
                                              java.lang.Boolean allowOthersToUpdate)
Deprecated. 

OwnershipBasedAccessControl constructor.


OwnershipBasedAccessControl

public OwnershipBasedAccessControl()
OwnershipBasedAccessControl default constructor.

Method Detail

isEnabled

public boolean isEnabled()
Gets the value of the enabled property.


setEnabled

public void setEnabled(boolean value)
Sets the value of the enabled property.


getAllowOthersToDelete

public java.lang.Boolean getAllowOthersToDelete()
Gets the value of the allowOthersToDelete property.

Returns:
possible object is Boolean

isAllowOthersToDelete

public java.lang.Boolean isAllowOthersToDelete()

setAllowOthersToDelete

public void setAllowOthersToDelete(java.lang.Boolean value)
Sets the value of the allowOthersToDelete property.

Parameters:
value - allowed object is Boolean

getAllowOthersToUpdate

public java.lang.Boolean getAllowOthersToUpdate()
Gets the value of the allowOthersToUpdate property.

Returns:
possible object is Boolean

isAllowOthersToUpdate

public java.lang.Boolean isAllowOthersToUpdate()

setAllowOthersToUpdate

public void setAllowOthersToUpdate(java.lang.Boolean value)
Sets the value of the allowOthersToUpdate property.

Parameters:
value - allowed object is Boolean