public class Telephone extends Schema
tel:+1-212-555-1212| Constructor and Description |
|---|
Telephone()
Default constructor to construct new telephone object.
|
| Modifier and Type | Method and Description |
|---|---|
String |
generateString()
Generates code string.
|
String |
getTelephone() |
static Telephone |
parse(String telephone) |
Schema |
parseSchema(String code)
Parse qr code schema for given code string.
|
void |
setTelephone(String telephone) |
String |
toString() |
public Telephone()
public String getTelephone()
public void setTelephone(String telephone)
public Schema parseSchema(String code)
SchemaparseSchema in class Schemapublic String generateString()
SchemagenerateString in class SchemaCopyright © 2018. All rights reserved.