public class DDAssociationExternal extends Object
Java class for DD_Association_External complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DD_Association_External">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://pds.nasa.gov/pds4/pds/v1}name"/>
<element name="namespace_id" type="{http://pds.nasa.gov/pds4/pds/v1}namespace_id"/>
<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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
maximumOccurrences |
protected String |
minimumOccurrences |
protected String |
name |
protected String |
namespaceId |
protected String |
referenceType |
| Constructor and Description |
|---|
DDAssociationExternal() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMaximumOccurrences()
Gets the value of the maximumOccurrences property.
|
String |
getMinimumOccurrences()
Gets the value of the minimumOccurrences property.
|
String |
getName()
Gets the value of the name property.
|
String |
getNamespaceId()
Gets the value of the namespaceId property.
|
String |
getReferenceType()
Gets the value of the referenceType property.
|
void |
setMaximumOccurrences(String value)
Sets the value of the maximumOccurrences property.
|
void |
setMinimumOccurrences(String value)
Sets the value of the minimumOccurrences property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNamespaceId(String value)
Sets the value of the namespaceId property.
|
void |
setReferenceType(String value)
Sets the value of the referenceType property.
|
protected String name
protected String namespaceId
protected String referenceType
protected String minimumOccurrences
protected String maximumOccurrences
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getNamespaceId()
Stringpublic void setNamespaceId(String value)
value - allowed object is
Stringpublic 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()
StringCopyright © 2021. All rights reserved.