public class LayoutlibType extends DetailsTypes.PlatformDetailsType.LayoutlibType
Java class for layoutlibType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="layoutlibType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="api" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected int |
api |
Constructor and Description |
---|
LayoutlibType() |
Modifier and Type | Method and Description |
---|---|
ObjectFactory |
createFactory() |
int |
getApi()
Gets the value of the api property.
|
void |
setApi(int value)
Sets the value of the api property.
|
public int getApi()
getApi
in class DetailsTypes.PlatformDetailsType.LayoutlibType
public void setApi(int value)
setApi
in class DetailsTypes.PlatformDetailsType.LayoutlibType
public ObjectFactory createFactory()