Class AccessSettings
- java.lang.Object
-
- com.hybris.cockpitng.core.persistence.impl.jaxb.AccessSettings
-
public class AccessSettings extends java.lang.ObjectJava class for AccessSettings complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AccessSettings"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="add" type="{}AddAccess" minOccurs="0"/> <element name="remove" type="{}RemoveAccess" minOccurs="0"/> <element name="replace" type="{}ReplaceAccess" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected AddAccessaddprotected RemoveAccessremoveprotected ReplaceAccessreplace
-
Constructor Summary
Constructors Constructor Description AccessSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AddAccessgetAdd()Gets the value of the add property.RemoveAccessgetRemove()Gets the value of the remove property.ReplaceAccessgetReplace()Gets the value of the replace property.voidsetAdd(AddAccess value)Sets the value of the add property.voidsetRemove(RemoveAccess value)Sets the value of the remove property.voidsetReplace(ReplaceAccess value)Sets the value of the replace property.
-
-
-
Field Detail
-
add
protected AddAccess add
-
remove
protected RemoveAccess remove
-
replace
protected ReplaceAccess replace
-
-
Method Detail
-
getAdd
public AddAccess getAdd()
Gets the value of the add property.- Returns:
- possible object is
AddAccess
-
setAdd
public void setAdd(AddAccess value)
Sets the value of the add property.- Parameters:
value- allowed object isAddAccess
-
getRemove
public RemoveAccess getRemove()
Gets the value of the remove property.- Returns:
- possible object is
RemoveAccess
-
setRemove
public void setRemove(RemoveAccess value)
Sets the value of the remove property.- Parameters:
value- allowed object isRemoveAccess
-
getReplace
public ReplaceAccess getReplace()
Gets the value of the replace property.- Returns:
- possible object is
ReplaceAccess
-
setReplace
public void setReplace(ReplaceAccess value)
Sets the value of the replace property.- Parameters:
value- allowed object isReplaceAccess
-
-