public class Service
extends java.lang.Object
Java class for Service complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Service">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://pds.nasa.gov/pds4/pds/v1}name"/>
<element name="abstract_desc" type="{http://pds.nasa.gov/pds4/pds/v1}abstract_desc"/>
<element name="version_id" type="{http://pds.nasa.gov/pds4/pds/v1}version_id" minOccurs="0"/>
<element name="url" type="{http://pds.nasa.gov/pds4/pds/v1}url" maxOccurs="unbounded"/>
<element name="release_date" type="{http://pds.nasa.gov/pds4/pds/v1}release_date" minOccurs="0"/>
<element name="service_type" type="{http://pds.nasa.gov/pds4/pds/v1}service_type"/>
<element name="interface_type" type="{http://pds.nasa.gov/pds4/pds/v1}interface_type" maxOccurs="unbounded" minOccurs="0"/>
<element name="category" type="{http://pds.nasa.gov/pds4/pds/v1}category" maxOccurs="unbounded"/>
<element name="software_language" type="{http://pds.nasa.gov/pds4/pds/v1}software_language" maxOccurs="unbounded" minOccurs="0"/>
<element name="supported_operating_system_note" type="{http://pds.nasa.gov/pds4/pds/v1}supported_operating_system_note" minOccurs="0"/>
<element name="system_requirements_note" type="{http://pds.nasa.gov/pds4/pds/v1}system_requirements_note" minOccurs="0"/>
<element name="description" type="{http://pds.nasa.gov/pds4/pds/v1}description" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
abstractDesc |
protected java.util.List<java.lang.String> |
categories |
protected java.lang.String |
description |
protected java.util.List<java.lang.String> |
interfaceTypes |
protected java.lang.String |
name |
protected java.lang.String |
releaseDate |
protected java.lang.String |
serviceType |
protected java.util.List<java.lang.String> |
softwareLanguages |
protected java.lang.String |
supportedOperatingSystemNote |
protected java.lang.String |
systemRequirementsNote |
protected java.util.List<java.lang.String> |
urls |
protected java.lang.String |
versionId |
| Constructor and Description |
|---|
Service() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAbstractDesc()
Gets the value of the abstractDesc property.
|
java.util.List<java.lang.String> |
getCategories()
Gets the value of the categories property.
|
java.lang.String |
getDescription()
Gets the value of the description property.
|
java.util.List<java.lang.String> |
getInterfaceTypes()
Gets the value of the interfaceTypes property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getReleaseDate()
Gets the value of the releaseDate property.
|
java.lang.String |
getServiceType()
Gets the value of the serviceType property.
|
java.util.List<java.lang.String> |
getSoftwareLanguages()
Gets the value of the softwareLanguages property.
|
java.lang.String |
getSupportedOperatingSystemNote()
Gets the value of the supportedOperatingSystemNote property.
|
java.lang.String |
getSystemRequirementsNote()
Gets the value of the systemRequirementsNote property.
|
java.util.List<java.lang.String> |
getUrls()
Gets the value of the urls property.
|
java.lang.String |
getVersionId()
Gets the value of the versionId property.
|
void |
setAbstractDesc(java.lang.String value)
Sets the value of the abstractDesc property.
|
void |
setDescription(java.lang.String value)
Sets the value of the description property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setReleaseDate(java.lang.String value)
Sets the value of the releaseDate property.
|
void |
setServiceType(java.lang.String value)
Sets the value of the serviceType property.
|
void |
setSupportedOperatingSystemNote(java.lang.String value)
Sets the value of the supportedOperatingSystemNote property.
|
void |
setSystemRequirementsNote(java.lang.String value)
Sets the value of the systemRequirementsNote property.
|
void |
setVersionId(java.lang.String value)
Sets the value of the versionId property.
|
protected java.lang.String name
protected java.lang.String abstractDesc
protected java.lang.String versionId
protected java.util.List<java.lang.String> urls
protected java.lang.String releaseDate
protected java.lang.String serviceType
protected java.util.List<java.lang.String> interfaceTypes
protected java.util.List<java.lang.String> categories
protected java.util.List<java.lang.String> softwareLanguages
protected java.lang.String supportedOperatingSystemNote
protected java.lang.String systemRequirementsNote
protected java.lang.String description
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAbstractDesc()
Stringpublic void setAbstractDesc(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getVersionId()
Stringpublic void setVersionId(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.String> getUrls()
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 urls property.
For example, to add a new item, do as follows:
getUrls().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.lang.String getReleaseDate()
Stringpublic void setReleaseDate(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getServiceType()
Stringpublic void setServiceType(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.String> getInterfaceTypes()
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 interfaceTypes property.
For example, to add a new item, do as follows:
getInterfaceTypes().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.util.List<java.lang.String> getCategories()
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 categories property.
For example, to add a new item, do as follows:
getCategories().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.util.List<java.lang.String> getSoftwareLanguages()
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 softwareLanguages property.
For example, to add a new item, do as follows:
getSoftwareLanguages().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.lang.String getSupportedOperatingSystemNote()
Stringpublic void setSupportedOperatingSystemNote(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSystemRequirementsNote()
Stringpublic void setSystemRequirementsNote(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
StringCopyright © 2022 Planetary Data System. All rights reserved.