Class AtlTic3AreaCategoryNameType
- java.lang.Object
-
- de.bsvrz.sys.funclib.bitctrl.modell.tmkexlmstic3.attribute.AtlTic3AreaCategoryNameType
-
- All Implemented Interfaces:
de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
public class AtlTic3AreaCategoryNameType extends java.lang.Object implements de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
TIC3 AreaCategoryNameType.
-
-
Constructor Summary
Constructors Constructor Description AtlTic3AreaCategoryNameType()
-
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)
AtlTic3AreaCategoryNameType
clone()
java.lang.String
getTIC3Bekanntheit()
Bekanntheit.java.lang.String
getTIC3GebietKategorie()
Kategorie des Gebietes.java.lang.String
getTIC3GebietName()
Name des Gebietes.java.lang.String
getTIC3GebietUnterkategorie()
Unterkategorie des Gebietes.void
setTIC3Bekanntheit(java.lang.String _tIC3Bekanntheit)
Bekanntheit.void
setTIC3GebietKategorie(java.lang.String _tIC3GebietKategorie)
Kategorie 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.
-
getTIC3Bekanntheit
public java.lang.String getTIC3Bekanntheit()
Bekanntheit.TIC3 Info XML Element: Popularity (POP), The grade of popularity of the area in the range from 1 to 10, where 10 is the highest popularity grade.
- Returns:
- der Wert von TIC3Bekanntheit.
-
setTIC3Bekanntheit
public void setTIC3Bekanntheit(java.lang.String _tIC3Bekanntheit)
Bekanntheit.TIC3 Info XML Element: Popularity (POP), The grade of popularity of the area in the range from 1 to 10, where 10 is the highest popularity grade.
- Parameters:
_tIC3Bekanntheit
- der neue Wert von TIC3Bekanntheit.
-
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 AtlTic3AreaCategoryNameType 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
-
-