|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.services.jaxb.wpvs.AbstractDataType
public abstract class AbstractDataType
Base definition for all data sets. Defines metadata properties like name, title and descriptions.
Java class for AbstractDataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractDataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Title" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="MetadataURL" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="Abstract" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
_abstract
|
protected java.util.List<java.lang.String> |
metadataURL
|
protected java.lang.String |
name
|
protected java.lang.String |
title
|
| Constructor Summary | |
|---|---|
AbstractDataType()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAbstract()
Gets the value of the abstract property. |
java.util.List<java.lang.String> |
getMetadataURL()
Gets the value of the metadataURL property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.lang.String |
getTitle()
Gets the value of the title property. |
void |
setAbstract(java.lang.String value)
Sets the value of the abstract property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setTitle(java.lang.String value)
Sets the value of the title property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String title
protected java.lang.String name
protected java.util.List<java.lang.String> metadataURL
protected java.lang.String _abstract
| Constructor Detail |
|---|
public AbstractDataType()
| Method Detail |
|---|
public java.lang.String getTitle()
Stringpublic void setTitle(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.String> getMetadataURL()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the metadataURL property.
For example, to add a new item, do as follows:
getMetadataURL().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.lang.String getAbstract()
Stringpublic void setAbstract(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||