public class SubscriberPDS3
extends java.lang.Object
Java class for Subscriber_PDS3 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Subscriber_PDS3">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="full_name" type="{http://pds.nasa.gov/pds4/pds/v1}full_name"/>
<element name="local_identifier" type="{http://pds.nasa.gov/pds4/pds/v1}local_identifier" minOccurs="0"/>
<element name="subscription_id" type="{http://pds.nasa.gov/pds4/pds/v1}subscription_id" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
fullName |
protected java.lang.String |
localIdentifier |
protected java.util.List<java.lang.String> |
subscriptionIds |
| Constructor and Description |
|---|
SubscriberPDS3() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFullName()
Gets the value of the fullName property.
|
java.lang.String |
getLocalIdentifier()
Gets the value of the localIdentifier property.
|
java.util.List<java.lang.String> |
getSubscriptionIds()
Gets the value of the subscriptionIds property.
|
void |
setFullName(java.lang.String value)
Sets the value of the fullName property.
|
void |
setLocalIdentifier(java.lang.String value)
Sets the value of the localIdentifier property.
|
protected java.lang.String fullName
protected java.lang.String localIdentifier
protected java.util.List<java.lang.String> subscriptionIds
public java.lang.String getFullName()
Stringpublic void setFullName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLocalIdentifier()
Stringpublic void setLocalIdentifier(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.String> getSubscriptionIds()
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 subscriptionIds property.
For example, to add a new item, do as follows:
getSubscriptionIds().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2023 Planetary Data System. All rights reserved.