public class DDAssociation extends Object
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="identifier_reference" type="{http://pds.nasa.gov/pds4/pds/v1}identifier_reference" maxOccurs="unbounded"/>
<element name="local_identifier" type="{http://pds.nasa.gov/pds4/pds/v1}local_identifier" maxOccurs="unbounded" minOccurs="0"/>
<element name="reference_type" type="{http://pds.nasa.gov/pds4/pds/v1}reference_type"/>
<element name="minimum_occurrences" type="{http://pds.nasa.gov/pds4/pds/v1}minimum_occurrences"/>
<element name="maximum_occurrences" type="{http://pds.nasa.gov/pds4/pds/v1}maximum_occurrences"/>
<element name="constant_value" type="{http://pds.nasa.gov/pds4/pds/v1}constant_value" minOccurs="0"/>
<element name="DD_Attribute_Reference" type="{http://pds.nasa.gov/pds4/pds/v1}DD_Attribute_Reference" minOccurs="0"/>
<element name="DD_Class_Reference" type="{http://pds.nasa.gov/pds4/pds/v1}DD_Class_Reference" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
constantValue |
protected DDAttributeReference |
ddAttributeReference |
protected DDClassReference |
ddClassReference |
protected List<String> |
identifierReferences |
protected List<JAXBElement<String>> |
localIdentifiers |
protected String |
maximumOccurrences |
protected String |
minimumOccurrences |
protected String |
referenceType |
| Constructor and Description |
|---|
DDAssociation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConstantValue()
Gets the value of the constantValue property.
|
DDAttributeReference |
getDDAttributeReference()
Gets the value of the ddAttributeReference property.
|
DDClassReference |
getDDClassReference()
Gets the value of the ddClassReference property.
|
List<String> |
getIdentifierReferences()
Gets the value of the identifierReferences property.
|
List<JAXBElement<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 |
setDDAttributeReference(DDAttributeReference value)
Sets the value of the ddAttributeReference property.
|
void |
setDDClassReference(DDClassReference value)
Sets the value of the ddClassReference 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.
|
protected List<JAXBElement<String>> localIdentifiers
protected String referenceType
protected String minimumOccurrences
protected String maximumOccurrences
protected String constantValue
protected DDAttributeReference ddAttributeReference
protected DDClassReference ddClassReference
public List<String> getIdentifierReferences()
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 identifierReferences property.
For example, to add a new item, do as follows:
getIdentifierReferences().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<JAXBElement<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
JAXBElement<String>
public String getReferenceType()
Stringpublic void setReferenceType(String value)
value - allowed object is
Stringpublic String getMinimumOccurrences()
Stringpublic void setMinimumOccurrences(String value)
value - allowed object is
Stringpublic String getMaximumOccurrences()
Stringpublic void setMaximumOccurrences(String value)
value - allowed object is
Stringpublic String getConstantValue()
Stringpublic void setConstantValue(String value)
value - allowed object is
Stringpublic DDAttributeReference getDDAttributeReference()
DDAttributeReferencepublic void setDDAttributeReference(DDAttributeReference value)
value - allowed object is
DDAttributeReferencepublic DDClassReference getDDClassReference()
DDClassReferencepublic void setDDClassReference(DDClassReference value)
value - allowed object is
DDClassReferenceCopyright © 2021. All rights reserved.