public class QualityAssuranceProcessType extends Object
Java class for QualityAssuranceProcessType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QualityAssuranceProcessType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Description" type="{http://tethys.sdsu.edu/schema/1.0}DescriptionType" minOccurs="0"/>
<element name="ResponsibleParty" type="{http://tethys.sdsu.edu/schema/1.0}ResponsibleParty" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DescriptionType |
description |
protected ResponsibleParty |
responsibleParty |
| Constructor and Description |
|---|
QualityAssuranceProcessType() |
| Modifier and Type | Method and Description |
|---|---|
DescriptionType |
getDescription()
Gets the value of the description property.
|
ResponsibleParty |
getResponsibleParty()
Gets the value of the responsibleParty property.
|
void |
setDescription(DescriptionType value)
Sets the value of the description property.
|
void |
setResponsibleParty(ResponsibleParty value)
Sets the value of the responsibleParty property.
|
protected DescriptionType description
protected ResponsibleParty responsibleParty
public DescriptionType getDescription()
DescriptionTypepublic void setDescription(DescriptionType value)
value - allowed object is
DescriptionTypepublic ResponsibleParty getResponsibleParty()
ResponsiblePartypublic void setResponsibleParty(ResponsibleParty value)
value - allowed object is
ResponsiblePartyCopyright © 2020 Tethys. All rights reserved.