# Interface: com.pnfsoftware.jeb.core.units.code.android.IXApkUnit

Definition of an "extended" APK unit, aka X\-APK. An X\-APK contains an APK.

## Method: getApk
- return type: `com.pnfsoftware.jeb.core.units.code.android.IApkUnit`

Description: Get the contained APK unit.
return: the APK unit

## Method: getManifest
- return type: `com.pnfsoftware.jeb.core.units.IJsonUnit`

Description: Get the X\-APK manifest unit.
return: the JSON manifest unit

## Method: getPackageName
- return type: `java.lang.String`

Description: Get the package name of the contained APK.
return: the package name

