Package | Description |
---|---|
us.gov.dod.standard.ssrf._3_1.metadata |
Modifier and Type | Method and Description |
---|---|
static TSerial |
TSerial.getInstance(Class<? extends Common<?>> clazz)
Get a TSerial instance for the indicated class instance.
|
TSerial |
TSerial.withCountry(ListCCY value)
Set the Serial number Country part (REQUIRED).
|
TSerial |
TSerial.withLocale(Locale value)
Set the Serial number Country part (REQUIRED).
|
TSerial |
TSerial.withOrganisation(String value)
Set the serial number Organization code (OPTIONAL).
|
TSerial |
TSerial.withSerial(Long value)
Set the serial number Serial identifier (REQUIRED) as a Long Number
instance.
|
TSerial |
TSerial.withSerial(String value)
Set the serial number Serial identifier (REQUIRED).
|
TSerial |
TSerial.withValue(String value)
Sets the SSRF SERIAL number value.
|
Modifier and Type | Method and Description |
---|---|
int |
TSerial.compareTo(TSerial o)
Comparison and sorting is alphabetical based upon the String value.
|
Copyright © 2016 OpenSSRF.org. All rights reserved.