public class Diagnoses extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}Principal"/> <element ref="{}Secondary"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Principal |
principal |
protected Secondary |
secondary |
Constructor and Description |
---|
Diagnoses() |
Modifier and Type | Method and Description |
---|---|
Principal |
getPrincipal()
Gets the value of the principal property.
|
Secondary |
getSecondary()
Gets the value of the secondary property.
|
void |
setPrincipal(Principal value)
Sets the value of the principal property.
|
void |
setSecondary(Secondary value)
Sets the value of the secondary property.
|
public Principal getPrincipal()
Principal
public void setPrincipal(Principal value)
value
- allowed object is
Principal
public Secondary getSecondary()
Secondary
Copyright © 2022. All rights reserved.