net.sf.ahtutils.xml.access
Class Usecase

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

public class Usecase
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 ref="{http://ahtutils.aht-group.com/status}descriptions"/>
         <element ref="{http://ahtutils.aht-group.com/status}langs"/>
         <element ref="{http://ahtutils.aht-group.com/access}views"/>
         <element ref="{http://ahtutils.aht-group.com/access}actions"/>
       </sequence>
       <attribute name="code" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  Actions actions
           
protected  String code
           
protected  Descriptions descriptions
           
protected  Langs langs
           
protected  String name
           
protected  Views views
           
 
Constructor Summary
Usecase()
           
 
Method Summary
 Actions getActions()
          Gets the value of the actions property.
 String getCode()
          Gets the value of the code property.
 Descriptions getDescriptions()
          Gets the value of the descriptions property.
 Langs getLangs()
          Gets the value of the langs property.
 String getName()
          Gets the value of the name property.
 Views getViews()
          Gets the value of the views property.
 boolean isSetActions()
           
 boolean isSetCode()
           
 boolean isSetDescriptions()
           
 boolean isSetLangs()
           
 boolean isSetName()
           
 boolean isSetViews()
           
 void setActions(Actions value)
          Sets the value of the actions property.
 void setCode(String value)
          Sets the value of the code property.
 void setDescriptions(Descriptions value)
          Sets the value of the descriptions property.
 void setLangs(Langs value)
          Sets the value of the langs property.
 void setName(String value)
          Sets the value of the name property.
 void setViews(Views value)
          Sets the value of the views property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

descriptions

protected Descriptions descriptions

langs

protected Langs langs

views

protected Views views

actions

protected Actions actions

code

protected String code

name

protected String name
Constructor Detail

Usecase

public Usecase()
Method Detail

getDescriptions

public Descriptions getDescriptions()
Gets the value of the descriptions property.

Returns:
possible object is Descriptions

setDescriptions

public void setDescriptions(Descriptions value)
Sets the value of the descriptions property.

Parameters:
value - allowed object is Descriptions

isSetDescriptions

public boolean isSetDescriptions()

getLangs

public Langs getLangs()
Gets the value of the langs property.

Returns:
possible object is Langs

setLangs

public void setLangs(Langs value)
Sets the value of the langs property.

Parameters:
value - allowed object is Langs

isSetLangs

public boolean isSetLangs()

getViews

public Views getViews()
Gets the value of the views property.

Returns:
possible object is Views

setViews

public void setViews(Views value)
Sets the value of the views property.

Parameters:
value - allowed object is Views

isSetViews

public boolean isSetViews()

getActions

public Actions getActions()
Gets the value of the actions property.

Returns:
possible object is Actions

setActions

public void setActions(Actions value)
Sets the value of the actions property.

Parameters:
value - allowed object is Actions

isSetActions

public boolean isSetActions()

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()

getName

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

Returns:
possible object is String

setName

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

Parameters:
value - allowed object is String

isSetName

public boolean isSetName()


Copyright © 2011. All Rights Reserved.