org.deegree.theme.persistence.standard.jaxb
Class ThemeType.Metadata

java.lang.Object
  extended by org.deegree.theme.persistence.standard.jaxb.ThemeType.Metadata
Enclosing class:
ThemeType

public static class ThemeType.Metadata
extends Object

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">
       <attribute name="fromLayer" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Boolean fromLayer
           
 
Constructor Summary
ThemeType.Metadata()
           
 
Method Summary
 Boolean isFromLayer()
          Gets the value of the fromLayer property.
 void setFromLayer(Boolean value)
          Sets the value of the fromLayer property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fromLayer

protected Boolean fromLayer
Constructor Detail

ThemeType.Metadata

public ThemeType.Metadata()
Method Detail

isFromLayer

public Boolean isFromLayer()
Gets the value of the fromLayer property.

Returns:
possible object is Boolean

setFromLayer

public void setFromLayer(Boolean value)
Sets the value of the fromLayer property.

Parameters:
value - allowed object is Boolean


Copyright © 2011. All Rights Reserved.