public class Aidnameunitid
extends java.lang.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="{http://www.highqsoft.de/schema}aidname"/>
<element ref="{http://www.highqsoft.de/schema}unitid" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Aidname |
aidname |
protected Unitid |
unitid |
| Constructor and Description |
|---|
Aidnameunitid() |
| Modifier and Type | Method and Description |
|---|---|
Aidname |
getAidname()
Gets the value of the aidname property.
|
Unitid |
getUnitid()
Gets the value of the unitid property.
|
void |
setAidname(Aidname value)
Sets the value of the aidname property.
|
void |
setUnitid(Unitid value)
Sets the value of the unitid property.
|
public Aidname getAidname()
Aidnamepublic void setAidname(Aidname value)
value - allowed object is
Aidnamepublic Unitid getUnitid()
Unitid