public class OrganizationType extends AbstractContactType
Java class for OrganizationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OrganizationType">
<complexContent>
<extension base="{http://psidev.info/psi/pi/mzIdentML/1.2}AbstractContactType">
<sequence>
<element name="Parent" type="{http://psidev.info/psi/pi/mzIdentML/1.2}ParentOrganizationType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ParentOrganizationType |
parent |
paramGroupid, name| Constructor and Description |
|---|
OrganizationType() |
| Modifier and Type | Method and Description |
|---|---|
ParentOrganizationType |
getParent()
Gets the value of the parent property.
|
void |
setParent(ParentOrganizationType value)
Sets the value of the parent property.
|
getParamGroupgetId, getName, setId, setNameprotected ParentOrganizationType parent
public ParentOrganizationType getParent()
ParentOrganizationTypepublic void setParent(ParentOrganizationType value)
value - allowed object is
ParentOrganizationTypeCopyright © 2017. All rights reserved.