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 ref="{http://www.highqsoft.de/schema}applelem"/> <element ref="{http://www.highqsoft.de/schema}instelem"/> <element ref="{http://www.highqsoft.de/schema}program"/> <element name="misc" type="{http://www.w3.org/2001/XMLSchema}string"/> </choice> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Applicationelement |
applelem |
protected Instanceelement |
instelem |
protected java.lang.String |
misc |
protected Extensionpoint |
program |
Constructor and Description |
---|
Carrieranchor() |
Modifier and Type | Method and Description |
---|---|
Applicationelement |
getApplelem()
Gets the value of the applelem property.
|
Instanceelement |
getInstelem()
Gets the value of the instelem property.
|
java.lang.String |
getMisc()
Gets the value of the misc property.
|
Extensionpoint |
getProgram()
Gets the value of the program property.
|
void |
setApplelem(Applicationelement value)
Sets the value of the applelem property.
|
void |
setInstelem(Instanceelement value)
Sets the value of the instelem property.
|
void |
setMisc(java.lang.String value)
Sets the value of the misc property.
|
void |
setProgram(Extensionpoint value)
Sets the value of the program property.
|
protected Applicationelement applelem
protected Instanceelement instelem
protected Extensionpoint program
protected java.lang.String misc
public Applicationelement getApplelem()
Applicationelement
public void setApplelem(Applicationelement value)
value
- allowed object is
Applicationelement
public Instanceelement getInstelem()
Instanceelement
public void setInstelem(Instanceelement value)
value
- allowed object is
Instanceelement
public Extensionpoint getProgram()
Extensionpoint
public void setProgram(Extensionpoint value)
value
- allowed object is
Extensionpoint
public java.lang.String getMisc()
String
public void setMisc(java.lang.String value)
value
- allowed object is
String