Class Grant


  • public class Grant
    extends Object

    Java class for grant complex type.

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

     <complexType name="grant">
       <simpleContent>
         <extension base="<http://www.w3.org/2001/XMLSchema>boolean">
           <attribute name="site" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
         </extension>
       </simpleContent>
     </complexType>
     
    • Field Detail

      • value

        protected boolean value
    • Constructor Detail

      • Grant

        public Grant()
    • Method Detail

      • isValue

        public boolean isValue()
        Gets the value of the value property.
      • setValue

        public void setValue​(boolean value)
        Sets the value of the value property.
      • getSite

        public String getSite()
        Gets the value of the site property.
        Returns:
        possible object is String
      • setSite

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