|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.arc.pds.xml.generated.SubscriberPDS3
public class SubscriberPDS3
The Subscriber PDS3 class provides the name of the subscriber and their subscription list.
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>
Field Summary | |
---|---|
protected String |
fullName
|
protected String |
localIdentifier
|
protected List<String> |
subscriptionIds
|
Constructor Summary | |
---|---|
SubscriberPDS3()
|
Method Summary | |
---|---|
String |
getFullName()
Gets the value of the fullName property. |
String |
getLocalIdentifier()
Gets the value of the localIdentifier property. |
List<String> |
getSubscriptionIds()
Gets the value of the subscriptionIds property. |
void |
setFullName(String value)
Sets the value of the fullName property. |
void |
setLocalIdentifier(String value)
Sets the value of the localIdentifier property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String fullName
protected String localIdentifier
protected List<String> subscriptionIds
Constructor Detail |
---|
public SubscriberPDS3()
Method Detail |
---|
public String getFullName()
String
public void setFullName(String value)
value
- allowed object is
String
public String getLocalIdentifier()
String
public void setLocalIdentifier(String value)
value
- allowed object is
String
public List<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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |