Class EntityAcl.Aces

  • Enclosing class:
    EntityAcl

    public static class EntityAcl.Aces
    extends 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">
           <sequence>
             <element name="permissions" maxOccurs="unbounded" minOccurs="0">
               <simpleType>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                   <enumeration value="READ"/>
                   <enumeration value="WRITE"/>
                   <enumeration value="READ_ACL"/>
                   <enumeration value="WRITE_ACL"/>
                   <enumeration value="ALL"/>
                 </restriction>
               </simpleType>
             </element>
             <element name="recipient" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="recipientType" type="{http://www.w3.org/2001/XMLSchema}string"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • recipient

        protected String recipient
      • recipientType

        protected String recipientType
    • Constructor Detail

      • Aces

        public Aces()
    • Method Detail

      • getPermissions

        public List<String> getPermissions()
        Gets the value of the permissions property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the permissions property.

        For example, to add a new item, do as follows:

         getPermissions().add( newItem );
         

        Objects of the following type(s) are allowed in the list String

      • getRecipient

        public String getRecipient()
        Gets the value of the recipient property.
        Returns:
        possible object is String
      • setRecipient

        public void setRecipient​(String value)
        Sets the value of the recipient property.
        Parameters:
        value - allowed object is String
      • getRecipientType

        public String getRecipientType()
        Gets the value of the recipientType property.
        Returns:
        possible object is String
      • setRecipientType

        public void setRecipientType​(String value)
        Sets the value of the recipientType property.
        Parameters:
        value - allowed object is String