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()
String
public void setName(String value)
value
- allowed object is
String
public String getNamespaceId()
String
public void setNamespaceId(String value)
value
- allowed object is
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
Copyright © 2016. All Rights Reserved.