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>
Modifier and Type | Field and Description |
---|---|
protected String |
abstractDesc |
protected List<String> |
categories |
protected String |
description |
protected List<String> |
interfaceTypes |
protected String |
name |
protected String |
releaseDate |
protected String |
serviceType |
protected List<String> |
softwareLanguages |
protected String |
supportedOperatingSystemNote |
protected String |
systemRequirementsNote |
protected List<String> |
urls |
protected String |
versionId |
Constructor and Description |
---|
Service() |
Modifier and Type | Method and Description |
---|---|
String |
getAbstractDesc()
Gets the value of the abstractDesc property.
|
List<String> |
getCategories()
Gets the value of the categories property.
|
String |
getDescription()
Gets the value of the description property.
|
List<String> |
getInterfaceTypes()
Gets the value of the interfaceTypes property.
|
String |
getName()
Gets the value of the name property.
|
String |
getReleaseDate()
Gets the value of the releaseDate property.
|
String |
getServiceType()
Gets the value of the serviceType property.
|
List<String> |
getSoftwareLanguages()
Gets the value of the softwareLanguages property.
|
String |
getSupportedOperatingSystemNote()
Gets the value of the supportedOperatingSystemNote property.
|
String |
getSystemRequirementsNote()
Gets the value of the systemRequirementsNote property.
|
List<String> |
getUrls()
Gets the value of the urls property.
|
String |
getVersionId()
Gets the value of the versionId property.
|
void |
setAbstractDesc(String value)
Sets the value of the abstractDesc property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setReleaseDate(String value)
Sets the value of the releaseDate property.
|
void |
setServiceType(String value)
Sets the value of the serviceType property.
|
void |
setSupportedOperatingSystemNote(String value)
Sets the value of the supportedOperatingSystemNote property.
|
void |
setSystemRequirementsNote(String value)
Sets the value of the systemRequirementsNote property.
|
void |
setVersionId(String value)
Sets the value of the versionId property.
|
protected String name
protected String abstractDesc
protected String versionId
protected String releaseDate
protected String serviceType
protected String supportedOperatingSystemNote
protected String systemRequirementsNote
protected String description
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getAbstractDesc()
String
public void setAbstractDesc(String value)
value
- allowed object is
String
public String getVersionId()
String
public void setVersionId(String value)
value
- allowed object is
String
public List<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 String getReleaseDate()
String
public void setReleaseDate(String value)
value
- allowed object is
String
public String getServiceType()
String
public void setServiceType(String value)
value
- allowed object is
String
public List<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 List<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 List<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 String getSupportedOperatingSystemNote()
String
public void setSupportedOperatingSystemNote(String value)
value
- allowed object is
String
public String getSystemRequirementsNote()
String
public void setSystemRequirementsNote(String value)
value
- allowed object is
String
public String getDescription()
String
Copyright © 2016. All Rights Reserved.