Class Service
public class Service extends 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>
 - 
Field SummaryFields Modifier and Type Field Description protected StringabstractDescprotected List<String>categoriesprotected Stringdescriptionprotected List<String>interfaceTypesprotected Stringnameprotected StringreleaseDateprotected StringserviceTypeprotected List<String>softwareLanguagesprotected StringsupportedOperatingSystemNoteprotected StringsystemRequirementsNoteprotected List<String>urlsprotected StringversionId
- 
Constructor SummaryConstructors Constructor Description Service()
- 
Method SummaryModifier and Type Method Description StringgetAbstractDesc()Gets the value of the abstractDesc property.List<String>getCategories()Gets the value of the categories property.StringgetDescription()Gets the value of the description property.List<String>getInterfaceTypes()Gets the value of the interfaceTypes property.StringgetName()Gets the value of the name property.StringgetReleaseDate()Gets the value of the releaseDate property.StringgetServiceType()Gets the value of the serviceType property.List<String>getSoftwareLanguages()Gets the value of the softwareLanguages property.StringgetSupportedOperatingSystemNote()Gets the value of the supportedOperatingSystemNote property.StringgetSystemRequirementsNote()Gets the value of the systemRequirementsNote property.List<String>getUrls()Gets the value of the urls property.StringgetVersionId()Gets the value of the versionId property.voidsetAbstractDesc(String value)Sets the value of the abstractDesc property.voidsetDescription(String value)Sets the value of the description property.voidsetName(String value)Sets the value of the name property.voidsetReleaseDate(String value)Sets the value of the releaseDate property.voidsetServiceType(String value)Sets the value of the serviceType property.voidsetSupportedOperatingSystemNote(String value)Sets the value of the supportedOperatingSystemNote property.voidsetSystemRequirementsNote(String value)Sets the value of the systemRequirementsNote property.voidsetVersionId(String value)Sets the value of the versionId property.
- 
Field Details- 
name
- 
abstractDesc
- 
versionId
- 
urls
- 
releaseDate
- 
serviceType
- 
interfaceTypes
- 
categories
- 
softwareLanguages
- 
supportedOperatingSystemNote
- 
systemRequirementsNote
- 
description
 
- 
- 
Constructor Details- 
Servicepublic Service()
 
- 
- 
Method Details- 
getNameGets the value of the name property.- Returns:
- possible object is
     String
 
- 
setNameSets the value of the name property.- Parameters:
- value- allowed object is- String
 
- 
getAbstractDescGets the value of the abstractDesc property.- Returns:
- possible object is
     String
 
- 
setAbstractDescSets the value of the abstractDesc property.- Parameters:
- value- allowed object is- String
 
- 
getVersionIdGets the value of the versionId property.- Returns:
- possible object is
     String
 
- 
setVersionIdSets the value of the versionId property.- Parameters:
- value- allowed object is- String
 
- 
getUrlsGets the value of the urls property.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 setmethod 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
- 
getReleaseDateGets the value of the releaseDate property.- Returns:
- possible object is
     String
 
- 
setReleaseDateSets the value of the releaseDate property.- Parameters:
- value- allowed object is- String
 
- 
getServiceTypeGets the value of the serviceType property.- Returns:
- possible object is
     String
 
- 
setServiceTypeSets the value of the serviceType property.- Parameters:
- value- allowed object is- String
 
- 
getInterfaceTypesGets the value of the interfaceTypes property.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 setmethod 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
- 
getCategoriesGets the value of the categories property.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 setmethod 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
- 
getSoftwareLanguagesGets the value of the softwareLanguages property.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 setmethod 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
- 
getSupportedOperatingSystemNoteGets the value of the supportedOperatingSystemNote property.- Returns:
- possible object is
     String
 
- 
setSupportedOperatingSystemNoteSets the value of the supportedOperatingSystemNote property.- Parameters:
- value- allowed object is- String
 
- 
getSystemRequirementsNoteGets the value of the systemRequirementsNote property.- Returns:
- possible object is
     String
 
- 
setSystemRequirementsNoteSets the value of the systemRequirementsNote property.- Parameters:
- value- allowed object is- String
 
- 
getDescriptionGets the value of the description property.- Returns:
- possible object is
     String
 
- 
setDescriptionSets the value of the description property.- Parameters:
- value- allowed object is- String
 
 
-