Class AtlTic3NetworkAreaDescriptionType
- java.lang.Object
-
- de.bsvrz.sys.funclib.bitctrl.modell.tmkexlmstic3.attribute.AtlTic3NetworkAreaDescriptionType
-
- All Implemented Interfaces:
de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
public class AtlTic3NetworkAreaDescriptionType extends java.lang.Object implements de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
TIC3 NetworkAreaDescriptionType.
-
-
Constructor Summary
Constructors Constructor Description AtlTic3NetworkAreaDescriptionType()
-
Method Summary
Modifier and Type Method Description void
atl2Bean(de.bsvrz.dav.daf.main.Data daten, de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory factory)
void
bean2Atl(de.bsvrz.dav.daf.main.Data datum, de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory factory)
AtlTic3NetworkAreaDescriptionType
clone()
java.lang.String
getTIC3GebietKategorie()
Kategorie des Gebietes.java.lang.String
getTIC3GebietLand()
Land des Gebietes.java.lang.String
getTIC3GebietName()
Name des Gebietes.java.lang.String
getTIC3GebietUnterkategorie()
Unterkategorie des Gebietes.de.bsvrz.sys.funclib.bitctrl.modell.att.Feld<AtlTic3AreaCategoryNameType>
getTIC3UmschliessendesGebiet()
Umschließendes Gebiet.void
setTIC3GebietKategorie(java.lang.String _tIC3GebietKategorie)
Kategorie des Gebietes.void
setTIC3GebietLand(java.lang.String _tIC3GebietLand)
Land des Gebietes.void
setTIC3GebietName(java.lang.String _tIC3GebietName)
Name des Gebietes.void
setTIC3GebietUnterkategorie(java.lang.String _tIC3GebietUnterkategorie)
Unterkategorie des Gebietes.java.lang.String
toString()
-
-
-
Method Detail
-
getTIC3GebietName
public java.lang.String getTIC3GebietName()
Name des Gebietes.TIC3 Info XML Element: Name (NAM), The name of the object, in one or more languages configured on the system.
- Returns:
- der Wert von TIC3GebietName.
-
setTIC3GebietName
public void setTIC3GebietName(java.lang.String _tIC3GebietName)
Name des Gebietes.TIC3 Info XML Element: Name (NAM), The name of the object, in one or more languages configured on the system.
- Parameters:
_tIC3GebietName
- der neue Wert von TIC3GebietName.
-
getTIC3GebietKategorie
public java.lang.String getTIC3GebietKategorie()
Kategorie des Gebietes.TIC3 Info XML Element: Category (CAT), The area category such as "Nature", "Administrative area", and "Built-up area".
- Returns:
- der Wert von TIC3GebietKategorie.
-
setTIC3GebietKategorie
public void setTIC3GebietKategorie(java.lang.String _tIC3GebietKategorie)
Kategorie des Gebietes.TIC3 Info XML Element: Category (CAT), The area category such as "Nature", "Administrative area", and "Built-up area".
- Parameters:
_tIC3GebietKategorie
- der neue Wert von TIC3GebietKategorie.
-
getTIC3GebietUnterkategorie
public java.lang.String getTIC3GebietUnterkategorie()
Unterkategorie des Gebietes.TIC3 Info XML Element: SubCategory (SCA), The area subcategory such as "Country", "Sea", or "Forest".
- Returns:
- der Wert von TIC3GebietUnterkategorie.
-
setTIC3GebietUnterkategorie
public void setTIC3GebietUnterkategorie(java.lang.String _tIC3GebietUnterkategorie)
Unterkategorie des Gebietes.TIC3 Info XML Element: SubCategory (SCA), The area subcategory such as "Country", "Sea", or "Forest".
- Parameters:
_tIC3GebietUnterkategorie
- der neue Wert von TIC3GebietUnterkategorie.
-
getTIC3UmschliessendesGebiet
public de.bsvrz.sys.funclib.bitctrl.modell.att.Feld<AtlTic3AreaCategoryNameType> getTIC3UmschliessendesGebiet()
Umschließendes Gebiet.TIC3 Info XML Element: EnclosingArea (ARE), A list of enclosing areas.
- Returns:
- der Wert von TIC3UmschliessendesGebiet.
-
getTIC3GebietLand
public java.lang.String getTIC3GebietLand()
Land des Gebietes.TIC3 Info XML Element: Country (CTR), A reference to the "Country" which contains the location.
- Returns:
- der Wert von TIC3GebietLand.
-
setTIC3GebietLand
public void setTIC3GebietLand(java.lang.String _tIC3GebietLand)
Land des Gebietes.TIC3 Info XML Element: Country (CTR), A reference to the "Country" which contains the location.
- Parameters:
_tIC3GebietLand
- der neue Wert von TIC3GebietLand.
-
bean2Atl
public void bean2Atl(de.bsvrz.dav.daf.main.Data datum, de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory factory)
- Specified by:
bean2Atl
in interfacede.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
-
atl2Bean
public void atl2Bean(de.bsvrz.dav.daf.main.Data daten, de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory factory)
- Specified by:
atl2Bean
in interfacede.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
-
clone
public AtlTic3NetworkAreaDescriptionType clone()
- Specified by:
clone
in interfacede.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
- Overrides:
clone
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-