public class Carrieranchor
extends java.lang.Object
Java class for carrieranchor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="carrieranchor">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="applelem" type="{http://www.highqsoft.com/transformer/common}applelem"/>
<element name="instelem" type="{http://www.highqsoft.com/transformer/common}instelem"/>
<element name="program" type="{http://www.highqsoft.com/transformer/common}implementation"/>
<element name="misc" type="{http://www.w3.org/2001/XMLSchema}string"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Applelem |
applelem |
protected Instelem |
instelem |
protected java.lang.String |
misc |
protected Implementation |
program |
| Constructor and Description |
|---|
Carrieranchor() |
| Modifier and Type | Method and Description |
|---|---|
Applelem |
getApplelem()
Gets the value of the applelem property.
|
Instelem |
getInstelem()
Gets the value of the instelem property.
|
java.lang.String |
getMisc()
Gets the value of the misc property.
|
Implementation |
getProgram()
Gets the value of the program property.
|
void |
setApplelem(Applelem value)
Sets the value of the applelem property.
|
void |
setInstelem(Instelem value)
Sets the value of the instelem property.
|
void |
setMisc(java.lang.String value)
Sets the value of the misc property.
|
void |
setProgram(Implementation value)
Sets the value of the program property.
|
protected Applelem applelem
protected Instelem instelem
protected Implementation program
protected java.lang.String misc
public Applelem getApplelem()
Applelempublic void setApplelem(Applelem value)
value - allowed object is
Applelempublic Instelem getInstelem()
Instelempublic void setInstelem(Instelem value)
value - allowed object is
Instelempublic Implementation getProgram()
Implementationpublic void setProgram(Implementation value)
value - allowed object is
Implementationpublic java.lang.String getMisc()
Stringpublic void setMisc(java.lang.String value)
value - allowed object is
String