org.ow2.jasmine.deployme.v2.generated
Class JOnASBaseType

java.lang.Object
  extended by org.ow2.jasmine.deployme.v2.generated.JOnASBaseType

public class JOnASBaseType
extends Object

The /home/cazauxj/projects/jonas/jonas-full-5.3.0-M6-SNAPSHOT-bin.dir/jonas-base

Java class for JOnASBaseType complex type.

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

 <complexType name="JOnASBaseType">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute name="update" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  Boolean update
           
protected  String value
           
 
Constructor Summary
JOnASBaseType()
           
 
Method Summary
 String getValue()
          Gets the value of the value property.
 boolean isUpdate()
          Gets the value of the update property.
 void setUpdate(Boolean value)
          Sets the value of the update property.
 void setValue(String 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 String value

update

protected Boolean update
Constructor Detail

JOnASBaseType

public JOnASBaseType()
Method Detail

getValue

public String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

public void setValue(String value)
Sets the value of the value property.

Parameters:
value - allowed object is String

isUpdate

public boolean isUpdate()
Gets the value of the update property.

Returns:
possible object is Boolean

setUpdate

public void setUpdate(Boolean value)
Sets the value of the update property.

Parameters:
value - allowed object is Boolean


Copyright © 2012 OW2 Consortium. All Rights Reserved.