net.sf.ahtutils.xml.access
Class RoleAutoAssign

java.lang.Object
  extended by net.sf.ahtutils.xml.access.RoleAutoAssign
All Implemented Interfaces:
Serializable

public class RoleAutoAssign
extends Object
implements Serializable

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="add">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element ref="{http://ahtutils.aht-group.com/access}group" maxOccurs="unbounded"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="rm">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element ref="{http://ahtutils.aht-group.com/access}group" maxOccurs="unbounded"/>
                 </sequence>
                 <attribute name="immediate" type="{http://www.w3.org/2001/XMLSchema}boolean" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
       <attribute name="code" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Nested Class Summary
static class RoleAutoAssign.Add
          Java class for anonymous complex type.
static class RoleAutoAssign.Rm
          Java class for anonymous complex type.
 
Field Summary
protected  RoleAutoAssign.Add add
           
protected  String code
           
protected  RoleAutoAssign.Rm rm
           
 
Constructor Summary
RoleAutoAssign()
           
 
Method Summary
 RoleAutoAssign.Add getAdd()
          Gets the value of the add property.
 String getCode()
          Gets the value of the code property.
 RoleAutoAssign.Rm getRm()
          Gets the value of the rm property.
 boolean isSetAdd()
           
 boolean isSetCode()
           
 boolean isSetRm()
           
 void setAdd(RoleAutoAssign.Add value)
          Sets the value of the add property.
 void setCode(String value)
          Sets the value of the code property.
 void setRm(RoleAutoAssign.Rm value)
          Sets the value of the rm property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

add

protected RoleAutoAssign.Add add

rm

protected RoleAutoAssign.Rm rm

code

protected String code
Constructor Detail

RoleAutoAssign

public RoleAutoAssign()
Method Detail

getAdd

public RoleAutoAssign.Add getAdd()
Gets the value of the add property.

Returns:
possible object is RoleAutoAssign.Add

setAdd

public void setAdd(RoleAutoAssign.Add value)
Sets the value of the add property.

Parameters:
value - allowed object is RoleAutoAssign.Add

isSetAdd

public boolean isSetAdd()

getRm

public RoleAutoAssign.Rm getRm()
Gets the value of the rm property.

Returns:
possible object is RoleAutoAssign.Rm

setRm

public void setRm(RoleAutoAssign.Rm value)
Sets the value of the rm property.

Parameters:
value - allowed object is RoleAutoAssign.Rm

isSetRm

public boolean isSetRm()

getCode

public String getCode()
Gets the value of the code property.

Returns:
possible object is String

setCode

public void setCode(String value)
Sets the value of the code property.

Parameters:
value - allowed object is String

isSetCode

public boolean isSetCode()


Copyright © 2011. All Rights Reserved.