public class ExtensionMetaData extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
key
key tag value.
|
protected String |
value
value tag value.
|
protected String |
vendorName
vendor-name tag value.
|
| Constructor and Description |
|---|
ExtensionMetaData(String vendorName,
String key,
String value)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
Accessor for the key tag value.
|
String |
getValue()
Accessor for the value tag value .
|
String |
getVendorName()
Accessor for the vendor-name tag value.
|
String |
toString()
Returns a string representation of the object.
|
protected String vendorName
protected String key
protected String value
public String getKey()
public String getValue()
public String getVendorName()
Copyright © 2017. All rights reserved.