public class CaseNum extends Object
Element of Common, Configuration
Example:
<CaseNum> <Country cls="U">NLD</Country> <Identifier cls="U">JWID 2002</Identifier> </CaseNum>
| Constructor and Description |
|---|
CaseNum() |
| Modifier and Type | Method and Description |
|---|---|
TString |
getCountry()
Get the nation or body who provided or assigned the case number..
|
S20 |
getIdentifier()
Get the case number..
|
S20 |
getType()
Get a text identifying the type of case number (national file, exercise
name, etc)..
|
boolean |
isSet()
Determine if the required fields in this SSRF data type instance are set.
|
boolean |
isSetCountry()
Determine if the Country is configured.
|
boolean |
isSetIdentifier()
Determine if the Identifier is configured.
|
boolean |
isSetType()
Determine if the Type is configured.
|
void |
setCountry(TString value)
Set the nation or body who provided or assigned the case number..
|
void |
setIdentifier(S20 value)
Set the case number..
|
void |
setType(S20 value)
Set a text identifying the type of case number (national file, exercise
name, etc)..
|
String |
toString()
Get a string representation of this CaseNum instance configuration.
|
CaseNum |
withCountry(ListCAO value)
Set the nation or body who provided or assigned the case number.
|
CaseNum |
withIdentifier(String value)
Set the case number.
|
CaseNum |
withType(String value)
Set a text identifying the type of case number (national file, exercise
name, etc).
|
public TString getCountry()
TString data typepublic void setCountry(TString value)
value - the Country value in a TString data typepublic boolean isSetCountry()
If configured this method also inspects the TString wrapped value.
public S20 getType()
S20 instancepublic void setType(S20 value)
value - a S20 instancepublic boolean isSetType()
public void setIdentifier(S20 value)
value - a S20 instancepublic boolean isSetIdentifier()
public CaseNum withCountry(ListCAO value)
value - An instances of type ListCAO.public CaseNum withType(String value)
value - An instances of type String.public CaseNum withIdentifier(String value)
value - An instances of type String.public String toString()
public boolean isSet()
CaseNum requires Identifier.
Note that this method only checks for the presence of required information; this method does not validate the information format.
Copyright © 2016 OpenSSRF.org. All rights reserved.