|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.arc.pds.xml.generated.BundleMemberEntry
public class BundleMemberEntry
The Bundle Member Entry class provides a member reference to a collection.
Java class for Bundle_Member_Entry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Bundle_Member_Entry"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice> <element name="lid_reference" type="{http://pds.nasa.gov/pds4/pds/v1}lid_reference" minOccurs="0"/> <element name="lidvid_reference" type="{http://pds.nasa.gov/pds4/pds/v1}lidvid_reference" minOccurs="0"/> </choice> <element name="member_status" type="{http://pds.nasa.gov/pds4/pds/v1}member_status"/> <element name="reference_type" type="{http://pds.nasa.gov/pds4/pds/v1}reference_type"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
lidReference
|
protected String |
lidvidReference
|
protected String |
memberStatus
|
protected String |
referenceType
|
Constructor Summary | |
---|---|
BundleMemberEntry()
|
Method Summary | |
---|---|
String |
getLidReference()
Gets the value of the lidReference property. |
String |
getLidvidReference()
Gets the value of the lidvidReference property. |
String |
getMemberStatus()
Gets the value of the memberStatus property. |
String |
getReferenceType()
Gets the value of the referenceType property. |
void |
setLidReference(String value)
Sets the value of the lidReference property. |
void |
setLidvidReference(String value)
Sets the value of the lidvidReference property. |
void |
setMemberStatus(String value)
Sets the value of the memberStatus property. |
void |
setReferenceType(String value)
Sets the value of the referenceType property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String lidvidReference
protected String lidReference
protected String memberStatus
protected String referenceType
Constructor Detail |
---|
public BundleMemberEntry()
Method Detail |
---|
public String getLidvidReference()
String
public void setLidvidReference(String value)
value
- allowed object is
String
public String getLidReference()
String
public void setLidReference(String value)
value
- allowed object is
String
public String getMemberStatus()
String
public void setMemberStatus(String value)
value
- allowed object is
String
public String getReferenceType()
String
public void setReferenceType(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |