public class DDAssociateExternalClass
extends java.lang.Object
Java class for DD_Associate_External_Class complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DD_Associate_External_Class">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="namespace_id" type="{http://pds.nasa.gov/pds4/pds/v1}namespace_id"/>
<element name="class_name" type="{http://pds.nasa.gov/pds4/pds/v1}class_name"/>
<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="DD_Context_Value_List" type="{http://pds.nasa.gov/pds4/pds/v1}DD_Context_Value_List"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
className |
protected DDContextValueList |
ddContextValueList |
protected java.lang.String |
maximumOccurrences |
protected java.lang.String |
minimumOccurrences |
protected java.lang.String |
namespaceId |
| Constructor and Description |
|---|
DDAssociateExternalClass() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClassName()
Gets the value of the className property.
|
DDContextValueList |
getDDContextValueList()
Gets the value of the ddContextValueList property.
|
java.lang.String |
getMaximumOccurrences()
Gets the value of the maximumOccurrences property.
|
java.lang.String |
getMinimumOccurrences()
Gets the value of the minimumOccurrences property.
|
java.lang.String |
getNamespaceId()
Gets the value of the namespaceId property.
|
void |
setClassName(java.lang.String value)
Sets the value of the className property.
|
void |
setDDContextValueList(DDContextValueList value)
Sets the value of the ddContextValueList property.
|
void |
setMaximumOccurrences(java.lang.String value)
Sets the value of the maximumOccurrences property.
|
void |
setMinimumOccurrences(java.lang.String value)
Sets the value of the minimumOccurrences property.
|
void |
setNamespaceId(java.lang.String value)
Sets the value of the namespaceId property.
|
protected java.lang.String namespaceId
protected java.lang.String className
protected java.lang.String minimumOccurrences
protected java.lang.String maximumOccurrences
protected DDContextValueList ddContextValueList
public java.lang.String getNamespaceId()
Stringpublic void setNamespaceId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getClassName()
Stringpublic void setClassName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMinimumOccurrences()
Stringpublic void setMinimumOccurrences(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMaximumOccurrences()
Stringpublic void setMaximumOccurrences(java.lang.String value)
value - allowed object is
Stringpublic DDContextValueList getDDContextValueList()
DDContextValueListpublic void setDDContextValueList(DDContextValueList value)
value - allowed object is
DDContextValueListCopyright © 2022 Planetary Data System. All rights reserved.