public class UnreservedTemplate extends Object implements TLV<String,Unreserved>
| Constructor and Description |
|---|
UnreservedTemplate() |
UnreservedTemplate(String tag) |
UnreservedTemplate(String tag,
String globallyUniqueIdentifier) |
| Modifier and Type | Method and Description |
|---|---|
void |
addContextSpecificData(String tag,
String value) |
String |
getTag() |
Unreserved |
getValue() |
String |
toString() |
public UnreservedTemplate()
public UnreservedTemplate(String tag)
public String getTag()
getTag in interface TLV<String,Unreserved>public Unreserved getValue()
getValue in interface TLV<String,Unreserved>Copyright © 2020–2021 com.github.mvallim. All rights reserved.