public class Joindef
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"> <all> <element ref="{http://www.highqsoft.de/schema}joinfrom"/> <element ref="{http://www.highqsoft.de/schema}jointo"/> </all> <attribute name="baserefname" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> <attribute name="enabled" type="{http://www.w3.org/2001/XMLSchema}string" default="true" /> <attribute name="refname" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> <attribute name="type" type="{http://www.highqsoft.de/schema}joiningtype" default="JTDEFAULT" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
baserefname |
protected java.lang.String |
enabled |
protected Applicationelement |
joinfrom |
protected Applicationelement |
jointo |
protected java.lang.String |
refname |
protected Joiningtype |
type |
Constructor and Description |
---|
Joindef() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBaserefname()
Gets the value of the baserefname property.
|
java.lang.String |
getEnabled()
Gets the value of the enabled property.
|
Applicationelement |
getJoinfrom()
Gets the value of the joinfrom property.
|
Applicationelement |
getJointo()
Gets the value of the jointo property.
|
java.lang.String |
getRefname()
Gets the value of the refname property.
|
Joiningtype |
getType()
Gets the value of the type property.
|
void |
setBaserefname(java.lang.String value)
Sets the value of the baserefname property.
|
void |
setEnabled(java.lang.String value)
Sets the value of the enabled property.
|
void |
setJoinfrom(Applicationelement value)
Sets the value of the joinfrom property.
|
void |
setJointo(Applicationelement value)
Sets the value of the jointo property.
|
void |
setRefname(java.lang.String value)
Sets the value of the refname property.
|
void |
setType(Joiningtype value)
Sets the value of the type property.
|
protected Applicationelement joinfrom
protected Applicationelement jointo
protected java.lang.String baserefname
protected java.lang.String enabled
protected java.lang.String refname
protected Joiningtype type
public Applicationelement getJoinfrom()
Applicationelement
public void setJoinfrom(Applicationelement value)
value
- allowed object is
Applicationelement
public Applicationelement getJointo()
Applicationelement
public void setJointo(Applicationelement value)
value
- allowed object is
Applicationelement
public java.lang.String getBaserefname()
String
public void setBaserefname(java.lang.String value)
value
- allowed object is
String
public java.lang.String getEnabled()
String
public void setEnabled(java.lang.String value)
value
- allowed object is
String
public java.lang.String getRefname()
String
public void setRefname(java.lang.String value)
value
- allowed object is
String
public Joiningtype getType()
Joiningtype
public void setType(Joiningtype value)
value
- allowed object is
Joiningtype