Package gov.nasa.arc.pds.xml.generated
Class BundleMemberEntry
- java.lang.Object
- 
- gov.nasa.arc.pds.xml.generated.BundleMemberEntry
 
- 
 public class BundleMemberEntry extends java.lang.ObjectThe 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"/> <element name="lidvid_reference" type="{http://pds.nasa.gov/pds4/pds/v1}lidvid_reference"/> </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 SummaryFields Modifier and Type Field Description protected java.lang.StringlidReferenceprotected java.lang.StringlidvidReferenceprotected java.lang.StringmemberStatusprotected java.lang.StringreferenceType
 - 
Constructor SummaryConstructors Constructor Description BundleMemberEntry()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetLidReference()Gets the value of the lidReference property.java.lang.StringgetLidvidReference()Gets the value of the lidvidReference property.java.lang.StringgetMemberStatus()Gets the value of the memberStatus property.java.lang.StringgetReferenceType()Gets the value of the referenceType property.voidsetLidReference(java.lang.String value)Sets the value of the lidReference property.voidsetLidvidReference(java.lang.String value)Sets the value of the lidvidReference property.voidsetMemberStatus(java.lang.String value)Sets the value of the memberStatus property.voidsetReferenceType(java.lang.String value)Sets the value of the referenceType property.
 
- 
- 
- 
Method Detail- 
getLidvidReferencepublic java.lang.String getLidvidReference() Gets the value of the lidvidReference property.- Returns:
- possible object is
     String
 
 - 
setLidvidReferencepublic void setLidvidReference(java.lang.String value) Sets the value of the lidvidReference property.- Parameters:
- value- allowed object is- String
 
 - 
getLidReferencepublic java.lang.String getLidReference() Gets the value of the lidReference property.- Returns:
- possible object is
     String
 
 - 
setLidReferencepublic void setLidReference(java.lang.String value) Sets the value of the lidReference property.- Parameters:
- value- allowed object is- String
 
 - 
getMemberStatuspublic java.lang.String getMemberStatus() Gets the value of the memberStatus property.- Returns:
- possible object is
     String
 
 - 
setMemberStatuspublic void setMemberStatus(java.lang.String value) Sets the value of the memberStatus property.- Parameters:
- value- allowed object is- String
 
 - 
getReferenceTypepublic java.lang.String getReferenceType() Gets the value of the referenceType property.- Returns:
- possible object is
     String
 
 - 
setReferenceTypepublic void setReferenceType(java.lang.String value) Sets the value of the referenceType property.- Parameters:
- value- allowed object is- String
 
 
- 
 
-