|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.pds.harvest.policy.Association
public class Association
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 |
---|
protected String referenceType
protected String lidVidReference
protected String lidReference
Constructor Detail |
---|
public Association()
Method Detail |
---|
public String getReferenceType()
String
public void setReferenceType(String value)
value
- allowed object is
String
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |