|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.arc.pds.xml.generated.DDAssociation
public class DDAssociation
The DD_Association class defines the association between two classes or a class and an attribute in a data dictionary.
Java class for DD_Association complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DD_Association"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="local_identifier" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed" maxOccurs="unbounded"/> <element name="reference_type" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed"/> <element name="minimum_occurrences" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed"/> <element name="maximum_occurrences" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed"/> <element name="constant_value" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
constantValue
|
protected List<String> |
localIdentifiers
|
protected String |
maximumOccurrences
|
protected String |
minimumOccurrences
|
protected String |
referenceType
|
Constructor Summary | |
---|---|
DDAssociation()
|
Method Summary | |
---|---|
String |
getConstantValue()
Gets the value of the constantValue property. |
List<String> |
getLocalIdentifiers()
Gets the value of the localIdentifiers property. |
String |
getMaximumOccurrences()
Gets the value of the maximumOccurrences property. |
String |
getMinimumOccurrences()
Gets the value of the minimumOccurrences property. |
String |
getReferenceType()
Gets the value of the referenceType property. |
void |
setConstantValue(String value)
Sets the value of the constantValue property. |
void |
setMaximumOccurrences(String value)
Sets the value of the maximumOccurrences property. |
void |
setMinimumOccurrences(String value)
Sets the value of the minimumOccurrences 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 List<String> localIdentifiers
protected String referenceType
protected String minimumOccurrences
protected String maximumOccurrences
protected String constantValue
Constructor Detail |
---|
public DDAssociation()
Method Detail |
---|
public List<String> getLocalIdentifiers()
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 localIdentifiers property.
For example, to add a new item, do as follows:
getLocalIdentifiers().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getReferenceType()
String
public void setReferenceType(String value)
value
- allowed object is
String
public String getMinimumOccurrences()
String
public void setMinimumOccurrences(String value)
value
- allowed object is
String
public String getMaximumOccurrences()
String
public void setMaximumOccurrences(String value)
value
- allowed object is
String
public String getConstantValue()
String
public void setConstantValue(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |