|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.metadata.persistence.iso19115.jaxb.ISOMetadataStoreConfig.AnyText
public static class ISOMetadataStoreConfig.AnyText
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 |
---|
protected Object all
protected Object core
protected ISOMetadataStoreConfig.AnyText.Custom custom
Constructor Detail |
---|
public ISOMetadataStoreConfig.AnyText()
Method Detail |
---|
public Object getAll()
Object
public void setAll(Object value)
value
- allowed object is
Object
public Object getCore()
Object
public void setCore(Object value)
value
- allowed object is
Object
public ISOMetadataStoreConfig.AnyText.Custom getCustom()
ISOMetadataStoreConfig.AnyText.Custom
public void setCustom(ISOMetadataStoreConfig.AnyText.Custom value)
value
- allowed object is
ISOMetadataStoreConfig.AnyText.Custom
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |