org.universAAL.middleware.deploymanager.uapp.model
Class ConfigFile

Package class diagram package ConfigFile
java.lang.Object
  extended by org.universAAL.middleware.deploymanager.uapp.model.ConfigFile
All Implemented Interfaces:
Serializable

public class ConfigFile
extends Object
implements Serializable

Additional configuration files which should be created during feature installation.

Java class for configFile complex type.

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

 <complexType name="configFile">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute name="finalname" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </simpleContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String finalname
           
protected  String value
           
 
Constructor Summary
ConfigFile()
           
 
Method Summary
 String getFinalname()
          Gets the value of the finalname property.
 String getValue()
          Gets the value of the value property.
 boolean isSetFinalname()
           
 boolean isSetValue()
           
 void setFinalname(String value)
          Sets the value of the finalname 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

finalname

protected String finalname
Constructor Detail

ConfigFile

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

isSetValue

public boolean isSetValue()

getFinalname

public String getFinalname()
Gets the value of the finalname property.

Returns:
possible object is String

setFinalname

public void setFinalname(String value)
Sets the value of the finalname property.

Parameters:
value - allowed object is String

isSetFinalname

public boolean isSetFinalname()


Copyright © 2014 universAAL Consortium. All Rights Reserved.