Package org.appng.appngizer.model.xml
Class Home
- java.lang.Object
-
- org.appng.appngizer.model.xml.Linkable
-
- org.appng.appngizer.model.xml.Home
-
- Direct Known Subclasses:
Home
public class Home extends Linkable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{http://www.appng.org/schema/appngizer}linkable"> <attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description Home()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetVersion()Gets the value of the version property.voidsetVersion(String value)Sets the value of the version property.
-
-
-
Field Detail
-
version
protected String version
-
-