Class PropertyAccessType

  • All Implemented Interfaces:
    JaxbVisitable, Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

    public class PropertyAccessType
    extends Object
    implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

    Java class for PropertyAccessType complex type.

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

     <complexType name="PropertyAccessType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="read" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="add" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="modify" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • COMPLEX_TYPE

        public static final QName COMPLEX_TYPE
      • F_READ

        public static final ItemName F_READ
      • F_ADD

        public static final ItemName F_ADD
      • F_MODIFY

        public static final ItemName F_MODIFY
    • Constructor Detail

      • PropertyAccessType

        public PropertyAccessType()
        Creates a new PropertyAccessType instance.
      • PropertyAccessType

        public PropertyAccessType​(PropertyAccessType o)
        Creates a new PropertyAccessType instance by deeply copying a given PropertyAccessType instance.
        Parameters:
        o - The instance to copy.
        Throws:
        NullPointerException - if o is null.
    • Method Detail

      • isRead

        public Boolean isRead()
        Gets the value of the read property.
        Returns:
        possible object is Boolean
      • setRead

        public void setRead​(Boolean value)
        Sets the value of the read property.
        Parameters:
        value - allowed object is Boolean
      • isAdd

        public Boolean isAdd()
        Gets the value of the add property.
        Returns:
        possible object is Boolean
      • setAdd

        public void setAdd​(Boolean value)
        Sets the value of the add property.
        Parameters:
        value - allowed object is Boolean
      • isModify

        public Boolean isModify()
        Gets the value of the modify property.
        Returns:
        possible object is Boolean
      • setModify

        public void setModify​(Boolean value)
        Sets the value of the modify property.
        Parameters:
        value - allowed object is Boolean
      • toString

        public String toString()
        Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
        Overrides:
        toString in class Object
      • hashCode

        public int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
        Specified by:
        hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public boolean equals​(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                              org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                              Object object,
                              org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
        Specified by:
        equals in interface org.jvnet.jaxb2_commons.lang.Equals
      • clone

        public PropertyAccessType clone()
        Creates and returns a deep copy of this object.
        Overrides:
        clone in class Object
        Returns:
        A deep copy of this object.