public class Manufacturer extends Object
Element of Nomenclature
Constructor and Description |
---|
Manufacturer() |
Modifier and Type | Method and Description |
---|---|
TString |
getCountry()
Get the country or area in which the Manufacturer has its Headquarters..
|
S100 |
getName()
Get the name of the company that manufactured the equipment..
|
boolean |
isSet()
Determine if the required fields in this SSRF data type instance are set.
|
boolean |
isSetCountry()
Determine if the Country is configured.
|
boolean |
isSetName()
Determine if the Name is configured.
|
void |
setCountry(TString value)
Set the country or area in which the Manufacturer has its Headquarters..
|
void |
setName(S100 value)
Set the name of the company that manufactured the equipment..
|
String |
toString()
Get a string representation of this Manufacturer instance configuration.
|
Manufacturer |
withCountry(ListCAO value)
Set the country or area in which the Manufacturer has its Headquarters.
|
Manufacturer |
withName(String value)
Set the name of the company that manufactured the equipment.
|
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 S100 getName()
S100
instancepublic void setName(S100 value)
value
- a S100
instancepublic boolean isSetName()
public Manufacturer withCountry(ListCAO value)
value
- An instances of type ListCAO
.public Manufacturer withName(String value)
value
- An instances of type String
.public String toString()
public boolean isSet()
Manufacturer
requires Name
.
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.