Klasse XSchuleSchuelerWechselnd.Schulform
java.lang.Object
digital.xschule.def.xschule._1_1.xsd.XSchuleSchuelerWechselnd.Schulform
- Umschließende Klasse:
XSchuleSchuelerWechselnd
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 name="code" type="{http://xbildung.de/def/xbildung/1.1/xsd}Code.ArtDerSchule"/>
<element name="nichtGelisteterWert" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected XSchuleCodeArtDerSchule
Wert aus der Codeliste.protected String
Freitext-Angabe, wenn der Wert ~wert_nicht_in_liste ausgewählt wurde. -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetCode()
Wert aus der Codeliste.Freitext-Angabe, wenn der Wert ~wert_nicht_in_liste ausgewählt wurde.void
setCode
(XSchuleCodeArtDerSchule value) Sets the value of the code property.void
setNichtGelisteterWert
(String value) Sets the value of the nichtGelisteterWert property.
-
Felddetails
-
code
Wert aus der Codeliste. -
nichtGelisteterWert
Freitext-Angabe, wenn der Wert ~wert_nicht_in_liste ausgewählt wurde.
-
-
Konstruktordetails
-
Schulform
public Schulform()
-
-
Methodendetails
-
getCode
Wert aus der Codeliste.- Gibt zurück:
- possible object is
XSchuleCodeArtDerSchule
-
setCode
Sets the value of the code property.- Parameter:
value
- allowed object isXSchuleCodeArtDerSchule
- Siehe auch:
-
getNichtGelisteterWert
Freitext-Angabe, wenn der Wert ~wert_nicht_in_liste ausgewählt wurde.- Gibt zurück:
- possible object is
String
-
setNichtGelisteterWert
Sets the value of the nichtGelisteterWert property.- Parameter:
value
- allowed object isString
- Siehe auch:
-