Class Service
- java.lang.Object
- 
- gov.nasa.arc.pds.xml.generated.Service
 
- 
 public class Service extends java.lang.ObjectThe Service class provides a description of a web service or tool.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 java.lang.StringabstractDescprotected java.util.List<java.lang.String>categoriesprotected java.lang.Stringdescriptionprotected java.util.List<java.lang.String>interfaceTypesprotected java.lang.Stringnameprotected java.lang.StringreleaseDateprotected java.lang.StringserviceTypeprotected java.util.List<java.lang.String>softwareLanguagesprotected java.lang.StringsupportedOperatingSystemNoteprotected java.lang.StringsystemRequirementsNoteprotected java.util.List<java.lang.String>urlsprotected java.lang.StringversionId
 - 
Constructor SummaryConstructors Constructor Description Service()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAbstractDesc()Gets the value of the abstractDesc property.java.util.List<java.lang.String>getCategories()Gets the value of the categories property.java.lang.StringgetDescription()Gets the value of the description property.java.util.List<java.lang.String>getInterfaceTypes()Gets the value of the interfaceTypes property.java.lang.StringgetName()Gets the value of the name property.java.lang.StringgetReleaseDate()Gets the value of the releaseDate property.java.lang.StringgetServiceType()Gets the value of the serviceType property.java.util.List<java.lang.String>getSoftwareLanguages()Gets the value of the softwareLanguages property.java.lang.StringgetSupportedOperatingSystemNote()Gets the value of the supportedOperatingSystemNote property.java.lang.StringgetSystemRequirementsNote()Gets the value of the systemRequirementsNote property.java.util.List<java.lang.String>getUrls()Gets the value of the urls property.java.lang.StringgetVersionId()Gets the value of the versionId property.voidsetAbstractDesc(java.lang.String value)Sets the value of the abstractDesc property.voidsetDescription(java.lang.String value)Sets the value of the description property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetReleaseDate(java.lang.String value)Sets the value of the releaseDate property.voidsetServiceType(java.lang.String value)Sets the value of the serviceType property.voidsetSupportedOperatingSystemNote(java.lang.String value)Sets the value of the supportedOperatingSystemNote property.voidsetSystemRequirementsNote(java.lang.String value)Sets the value of the systemRequirementsNote property.voidsetVersionId(java.lang.String value)Sets the value of the versionId property.
 
- 
- 
- 
Field Detail- 
nameprotected java.lang.String name 
 - 
abstractDescprotected java.lang.String abstractDesc 
 - 
versionIdprotected java.lang.String versionId 
 - 
urlsprotected java.util.List<java.lang.String> urls 
 - 
releaseDateprotected java.lang.String releaseDate 
 - 
serviceTypeprotected java.lang.String serviceType 
 - 
interfaceTypesprotected java.util.List<java.lang.String> interfaceTypes 
 - 
categoriesprotected java.util.List<java.lang.String> categories 
 - 
softwareLanguagesprotected java.util.List<java.lang.String> softwareLanguages 
 - 
supportedOperatingSystemNoteprotected java.lang.String supportedOperatingSystemNote 
 - 
systemRequirementsNoteprotected java.lang.String systemRequirementsNote 
 - 
descriptionprotected java.lang.String description 
 
- 
 - 
Method Detail- 
getNamepublic java.lang.String getName() Gets the value of the name property.- Returns:
- possible object is
     String
 
 - 
setNamepublic void setName(java.lang.String value) Sets the value of the name property.- Parameters:
- value- allowed object is- String
 
 - 
getAbstractDescpublic java.lang.String getAbstractDesc() Gets the value of the abstractDesc property.- Returns:
- possible object is
     String
 
 - 
setAbstractDescpublic void setAbstractDesc(java.lang.String value) Sets the value of the abstractDesc property.- Parameters:
- value- allowed object is- String
 
 - 
getVersionIdpublic java.lang.String getVersionId() Gets the value of the versionId property.- Returns:
- possible object is
     String
 
 - 
setVersionIdpublic void setVersionId(java.lang.String value) Sets the value of the versionId property.- Parameters:
- value- allowed object is- String
 
 - 
getUrlspublic java.util.List<java.lang.String> getUrls() Gets 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- Returns:
- The value of the urls property.
 
 - 
getReleaseDatepublic java.lang.String getReleaseDate() Gets the value of the releaseDate property.- Returns:
- possible object is
     String
 
 - 
setReleaseDatepublic void setReleaseDate(java.lang.String value) Sets the value of the releaseDate property.- Parameters:
- value- allowed object is- String
 
 - 
getServiceTypepublic java.lang.String getServiceType() Gets the value of the serviceType property.- Returns:
- possible object is
     String
 
 - 
setServiceTypepublic void setServiceType(java.lang.String value) Sets the value of the serviceType property.- Parameters:
- value- allowed object is- String
 
 - 
getInterfaceTypespublic java.util.List<java.lang.String> getInterfaceTypes() Gets 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- Returns:
- The value of the interfaceTypes property.
 
 - 
getCategoriespublic java.util.List<java.lang.String> getCategories() Gets 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- Returns:
- The value of the categories property.
 
 - 
getSoftwareLanguagespublic java.util.List<java.lang.String> getSoftwareLanguages() Gets 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- Returns:
- The value of the softwareLanguages property.
 
 - 
getSupportedOperatingSystemNotepublic java.lang.String getSupportedOperatingSystemNote() Gets the value of the supportedOperatingSystemNote property.- Returns:
- possible object is
     String
 
 - 
setSupportedOperatingSystemNotepublic void setSupportedOperatingSystemNote(java.lang.String value) Sets the value of the supportedOperatingSystemNote property.- Parameters:
- value- allowed object is- String
 
 - 
getSystemRequirementsNotepublic java.lang.String getSystemRequirementsNote() Gets the value of the systemRequirementsNote property.- Returns:
- possible object is
     String
 
 - 
setSystemRequirementsNotepublic void setSystemRequirementsNote(java.lang.String value) Sets the value of the systemRequirementsNote property.- Parameters:
- value- allowed object is- String
 
 - 
getDescriptionpublic java.lang.String getDescription() Gets the value of the description property.- Returns:
- possible object is
     String
 
 - 
setDescriptionpublic void setDescription(java.lang.String value) Sets the value of the description property.- Parameters:
- value- allowed object is- String
 
 
- 
 
-