Constructor and Description |
---|
DiagramLine() |
Modifier and Type | Method and Description |
---|---|
S100 |
getConfigID()
Get a reference to a Configuration associated with this line on the
diagram..
|
S20 |
getRxEndpointID()
Get the Endpoint ID at the terminating (receiving) endpoint of a line on
the diagram.
|
S20 |
getTxEndpointID()
Get the Endpoint ID at the originating (transmitting) endpoint of a line on
the diagram.
|
boolean |
isSet()
Determine if the required fields in this SSRF data type instance are set.
|
boolean |
isSetConfigID()
Determine if the ConfigID is configured.
|
boolean |
isSetRxEndpointID()
Determine if the RxEndpointID is configured.
|
boolean |
isSetTxEndpointID()
Determine if the TxEndpointID is configured.
|
void |
setConfigID(S100 value)
Set a reference to a Configuration associated with this line on the
diagram..
|
void |
setRxEndpointID(S20 value)
Set the Endpoint ID at the terminating (receiving) endpoint of a line on
the diagram.
|
void |
setTxEndpointID(S20 value)
Set the Endpoint ID at the originating (transmitting) endpoint of a line on
the diagram.
|
String |
toString()
Get a string representation of this DiagramLine instance configuration.
|
DiagramLine |
withConfigID(String value)
Set a reference to a Configuration associated with this line on the
diagram.
|
DiagramLine |
withRxEndpointID(String value)
Set the Endpoint ID at the terminating (receiving) endpoint of a line on
the diagram.
|
DiagramLine |
withTxEndpointID(String value)
Set the Endpoint ID at the originating (transmitting) endpoint of a line on
the diagram.
|
public S20 getTxEndpointID()
S20
instancepublic void setTxEndpointID(S20 value)
value
- a S20
instancepublic boolean isSetTxEndpointID()
public S20 getRxEndpointID()
S20
instancepublic void setRxEndpointID(S20 value)
value
- a S20
instancepublic boolean isSetRxEndpointID()
public S100 getConfigID()
S100
instancepublic void setConfigID(S100 value)
value
- a S100
instancepublic boolean isSetConfigID()
public DiagramLine withTxEndpointID(String value)
value
- An instances of type String
.public DiagramLine withRxEndpointID(String value)
value
- An instances of type String
.public DiagramLine withConfigID(String value)
value
- An instances of type String
.public String toString()
public boolean isSet()
DiagramLine
requires
RxEndpointID
, TxEndpointID
.
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.