public class DDAssociateExternalClass extends 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 String |
className |
protected DDContextValueList |
ddContextValueList |
protected String |
maximumOccurrences |
protected String |
minimumOccurrences |
protected String |
namespaceId |
| Constructor and Description |
|---|
DDAssociateExternalClass() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName()
Gets the value of the className property.
|
DDContextValueList |
getDDContextValueList()
Gets the value of the ddContextValueList property.
|
String |
getMaximumOccurrences()
Gets the value of the maximumOccurrences property.
|
String |
getMinimumOccurrences()
Gets the value of the minimumOccurrences property.
|
String |
getNamespaceId()
Gets the value of the namespaceId property.
|
void |
setClassName(String value)
Sets the value of the className property.
|
void |
setDDContextValueList(DDContextValueList value)
Sets the value of the ddContextValueList property.
|
void |
setMaximumOccurrences(String value)
Sets the value of the maximumOccurrences property.
|
void |
setMinimumOccurrences(String value)
Sets the value of the minimumOccurrences property.
|
void |
setNamespaceId(String value)
Sets the value of the namespaceId property.
|
protected String namespaceId
protected String className
protected String minimumOccurrences
protected String maximumOccurrences
protected DDContextValueList ddContextValueList
public String getNamespaceId()
Stringpublic void setNamespaceId(String value)
value - allowed object is
Stringpublic String getClassName()
Stringpublic void setClassName(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 DDContextValueList getDDContextValueList()
DDContextValueListpublic void setDDContextValueList(DDContextValueList value)
value - allowed object is
DDContextValueListCopyright © 2020. All rights reserved.