org.openxdm.xcap.client.appusage.presrules.jaxb
Class UnknownBooleanPermission

java.lang.Object
  extended by org.openxdm.xcap.client.appusage.presrules.jaxb.UnknownBooleanPermission

public class UnknownBooleanPermission
extends java.lang.Object

Java class for unknownBooleanPermission complex type.

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

 <complexType name="unknownBooleanPermission">
   <simpleContent>
     <extension base="<urn:ietf:params:xml:ns:pres-rules>booleanPermission">
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="ns" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  java.lang.String name
           
protected  java.lang.String ns
           
protected  boolean value
           
 
Constructor Summary
UnknownBooleanPermission()
           
 
Method Summary
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.String getNs()
          Gets the value of the ns property.
 boolean isValue()
          Gets the value of the value property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setNs(java.lang.String value)
          Sets the value of the ns property.
 void setValue(boolean value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected boolean value

name

protected java.lang.String name

ns

protected java.lang.String ns
Constructor Detail

UnknownBooleanPermission

public UnknownBooleanPermission()
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.


getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getNs

public java.lang.String getNs()
Gets the value of the ns property.

Returns:
possible object is String

setNs

public void setNs(java.lang.String value)
Sets the value of the ns property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.