public class CoordinationData extends Object
Element of Assignment
| Constructor and Description |
|---|
CoordinationData() |
| Modifier and Type | Method and Description |
|---|---|
TString |
getCoordIndicator()
Get the coordinating entity..
|
MEMO |
getHostComments()
Get the Comments from the coordinating entity..
|
boolean |
isSet()
Determine if the required fields in this SSRF data type instance are set.
|
boolean |
isSetCoordIndicator()
Determine if the CoordIndicator is configured.
|
boolean |
isSetHostComments()
Determine if the HostComments is configured.
|
void |
setCoordIndicator(TString value)
Set the coordinating entity..
|
void |
setHostComments(MEMO value)
Set the Comments from the coordinating entity..
|
String |
toString()
Get a string representation of this CoordinationData instance
configuration.
|
CoordinationData |
withCoordIndicator(ListUCJ value)
Set the coordinating entity.
|
CoordinationData |
withHostComments(String value)
Set the Comments from the coordinating entity.
|
public TString getCoordIndicator()
TString data typepublic void setCoordIndicator(TString value)
value - the CoordIndicator value in a TString data typepublic boolean isSetCoordIndicator()
If configured this method also inspects the TString wrapped value.
public MEMO getHostComments()
MEMO instancepublic void setHostComments(MEMO value)
value - a MEMO instancepublic boolean isSetHostComments()
public CoordinationData withCoordIndicator(ListUCJ value)
value - An instances of type ListUCJ.public CoordinationData withHostComments(String value)
value - An instances of type String.public String toString()
public boolean isSet()
CoordinationData requires CoordIndicator.
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.