org.deegree.metadata.persistence.iso19115.jaxb
Class ISOMetadataStoreConfig.AnyText

java.lang.Object
  extended by org.deegree.metadata.persistence.iso19115.jaxb.ISOMetadataStoreConfig.AnyText
Enclosing class:
ISOMetadataStoreConfig

public static class ISOMetadataStoreConfig.AnyText
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">
       <choice>
         <element name="All" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
         <element name="Core" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
         <element name="Custom">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="XPath" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class ISOMetadataStoreConfig.AnyText.Custom
          Java class for anonymous complex type.
 
Field Summary
protected  Object all
           
protected  Object core
           
protected  ISOMetadataStoreConfig.AnyText.Custom custom
           
 
Constructor Summary
ISOMetadataStoreConfig.AnyText()
           
 
Method Summary
 Object getAll()
          Gets the value of the all property.
 Object getCore()
          Gets the value of the core property.
 ISOMetadataStoreConfig.AnyText.Custom getCustom()
          Gets the value of the custom property.
 void setAll(Object value)
          Sets the value of the all property.
 void setCore(Object value)
          Sets the value of the core property.
 void setCustom(ISOMetadataStoreConfig.AnyText.Custom value)
          Sets the value of the custom property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

all

protected Object all

core

protected Object core

custom

protected ISOMetadataStoreConfig.AnyText.Custom custom
Constructor Detail

ISOMetadataStoreConfig.AnyText

public ISOMetadataStoreConfig.AnyText()
Method Detail

getAll

public Object getAll()
Gets the value of the all property.

Returns:
possible object is Object

setAll

public void setAll(Object value)
Sets the value of the all property.

Parameters:
value - allowed object is Object

getCore

public Object getCore()
Gets the value of the core property.

Returns:
possible object is Object

setCore

public void setCore(Object value)
Sets the value of the core property.

Parameters:
value - allowed object is Object

getCustom

public ISOMetadataStoreConfig.AnyText.Custom getCustom()
Gets the value of the custom property.

Returns:
possible object is ISOMetadataStoreConfig.AnyText.Custom

setCustom

public void setCustom(ISOMetadataStoreConfig.AnyText.Custom value)
Sets the value of the custom property.

Parameters:
value - allowed object is ISOMetadataStoreConfig.AnyText.Custom


Copyright © 2011. All Rights Reserved.