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
    <p>Java class for PropertyAccessType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="PropertyAccessType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="read" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;element name="add" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;element name="modify" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    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 {@code PropertyAccessType} instance.
      • PropertyAccessType

        public PropertyAccessType​(PropertyAccessType o)
        Creates a new {@code PropertyAccessType} instance by deeply copying a given {@code PropertyAccessType} instance.
        Parameters:
        o - The instance to copy.
        Throws:
        NullPointerException - if {@code o} is {@code 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.