gov.nasa.pds.harvest.policy
Class Association

java.lang.Object
  extended by gov.nasa.pds.harvest.policy.Association

public class Association
extends Object

Java class for Association complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Association">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}referenceType"/>
         <choice>
           <element ref="{}lidVidReference"/>
           <element ref="{}lidReference"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String lidReference
           
protected  String lidVidReference
           
protected  String referenceType
           
 
Constructor Summary
Association()
           
 
Method Summary
 String getLidReference()
          Gets the value of the lidReference property.
 String getLidVidReference()
          Gets the value of the lidVidReference 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 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

referenceType

protected String referenceType

lidVidReference

protected String lidVidReference

lidReference

protected String lidReference
Constructor Detail

Association

public Association()
Method Detail

getReferenceType

public String getReferenceType()
Gets the value of the referenceType property.

Returns:
possible object is String

setReferenceType

public void setReferenceType(String value)
Sets the value of the referenceType property.

Parameters:
value - allowed object is String

getLidVidReference

public String getLidVidReference()
Gets the value of the lidVidReference property.

Returns:
possible object is String

setLidVidReference

public void setLidVidReference(String value)
Sets the value of the lidVidReference property.

Parameters:
value - allowed object is String

getLidReference

public String getLidReference()
Gets the value of the lidReference property.

Returns:
possible object is String

setLidReference

public void setLidReference(String value)
Sets the value of the lidReference property.

Parameters:
value - allowed object is String


Copyright © 2010-2011 Planetary Data System. All Rights Reserved.