|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.services.jaxb.metadata.ServiceIdentificationType
public class ServiceIdentificationType
Java class for ServiceIdentificationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ServiceIdentificationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Title" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="Abstract" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.deegree.org/services/metadata}Keywords" maxOccurs="unbounded" minOccurs="0"/>
<element name="Fees" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="AccessConstraints" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.util.List<java.lang.String> |
_abstract
|
protected java.util.List<java.lang.String> |
accessConstraints
|
protected java.lang.String |
fees
|
protected java.util.List<KeywordsType> |
keywords
|
protected java.util.List<java.lang.String> |
title
|
| Constructor Summary | |
|---|---|
ServiceIdentificationType()
|
|
| Method Summary | |
|---|---|
java.util.List<java.lang.String> |
getAbstract()
Gets the value of the abstract property. |
java.util.List<java.lang.String> |
getAccessConstraints()
Gets the value of the accessConstraints property. |
java.lang.String |
getFees()
Gets the value of the fees property. |
java.util.List<KeywordsType> |
getKeywords()
Gets the value of the keywords property. |
java.util.List<java.lang.String> |
getTitle()
Gets the value of the title property. |
void |
setFees(java.lang.String value)
Sets the value of the fees property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.List<java.lang.String> title
protected java.util.List<java.lang.String> _abstract
protected java.util.List<KeywordsType> keywords
protected java.lang.String fees
protected java.util.List<java.lang.String> accessConstraints
| Constructor Detail |
|---|
public ServiceIdentificationType()
| Method Detail |
|---|
public java.util.List<java.lang.String> getTitle()
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 title property.
For example, to add a new item, do as follows:
getTitle().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.util.List<java.lang.String> getAbstract()
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 abstract property.
For example, to add a new item, do as follows:
getAbstract().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.util.List<KeywordsType> getKeywords()
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 keywords property.
For example, to add a new item, do as follows:
getKeywords().add(newItem);
Objects of the following type(s) are allowed in the list
KeywordsType
public java.lang.String getFees()
Stringpublic void setFees(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.String> getAccessConstraints()
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 accessConstraints property.
For example, to add a new item, do as follows:
getAccessConstraints().add(newItem);
Objects of the following type(s) are allowed in the list
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||