public class DiagramEndpoint extends Object
Element of SSRequest
Sub-Element is EndpointLocation
Constructor and Description |
---|
DiagramEndpoint() |
Modifier and Type | Method and Description |
---|---|
S100 |
getDescription()
Get a human-readable description of a diagram endpoint..
|
S20 |
getEndpointID()
Get an identifier for each icon on the diagram.
|
Set<EndpointLocation> |
getEndpointLocation()
Get the EndpointLocation
|
US_Twips |
getIconPosLeft()
Get the X coordinate of the icon in twips.
|
US_Twips |
getIconPosTop()
Get the Y coordinate of the icon in twips." to read, "In Data Item
IconPosTop, enter the Y coordinate of the icon in twips.
|
TString |
getIconType()
Get the type of icon for the diagram endpoint..
|
S15 |
getName()
Get a human-readable name of a diagram endpoint, or Station..
|
TString |
getPointToMultiPoint()
Get "Yes" if the diagram endpoint participates in point-to-multipoint
links.
|
boolean |
isSet()
Determine if the required fields in this SSRF data type instance are set.
|
boolean |
isSetDescription()
Determine if the Description is configured.
|
boolean |
isSetEndpointID()
Determine if the EndpointID is configured.
|
boolean |
isSetEndpointLocation()
Determine if the EndpointLocation is configured.
|
boolean |
isSetIconPosLeft()
Determine if the IconPosLeft is configured.
|
boolean |
isSetIconPosTop()
Determine if the IconPosTop is configured.
|
boolean |
isSetIconType()
Determine if the IconType is configured.
|
boolean |
isSetName()
Determine if the Name is configured.
|
boolean |
isSetPointToMultiPoint()
Determine if the PointToMultiPoint is configured.
|
void |
setDescription(S100 value)
Set a human-readable description of a diagram endpoint..
|
void |
setEndpointID(S20 value)
Set an identifier for each icon on the diagram.
|
void |
setIconPosLeft(US_Twips value)
Set the X coordinate of the icon in twips.
|
void |
setIconPosTop(US_Twips value)
Set the Y coordinate of the icon in twips." to read, "In Data Item
IconPosTop, enter the Y coordinate of the icon in twips.
|
void |
setIconType(TString value)
Set the type of icon for the diagram endpoint..
|
void |
setName(S15 value)
Set a human-readable name of a diagram endpoint, or Station..
|
void |
setPointToMultiPoint(TString value)
Set "Yes" if the diagram endpoint participates in point-to-multipoint
links.
|
String |
toString()
Get a string representation of this DiagramEndpoint instance configuration.
|
void |
unsetEndpointLocation()
Clear the EndpointLocation field.
|
DiagramEndpoint |
withDescription(String value)
Set a human-readable description of a diagram endpoint.
|
DiagramEndpoint |
withEndpointID(String value)
Set an identifier for each icon on the diagram.
|
DiagramEndpoint |
withEndpointLocation(Collection<EndpointLocation> values)
Set the EndpointLocation
|
DiagramEndpoint |
withEndpointLocation(EndpointLocation... values)
Set the EndpointLocation
|
DiagramEndpoint |
withIconPosLeft(Integer value)
Set the X coordinate of the icon in twips.
|
DiagramEndpoint |
withIconPosTop(Integer value)
Set the Y coordinate of the icon in twips." to read, "In Data Item
IconPosTop, enter the Y coordinate of the icon in twips.
|
DiagramEndpoint |
withIconType(ListCIC value)
Set the type of icon for the diagram endpoint.
|
DiagramEndpoint |
withName(String value)
Set a human-readable name of a diagram endpoint, or Station.
|
DiagramEndpoint |
withPointToMultiPoint(ListCBO value)
Set "Yes" if the diagram endpoint participates in point-to-multipoint
links.
|
public TString getIconType()
TString
data typepublic void setIconType(TString value)
value
- the IconType value in a TString
data typepublic boolean isSetIconType()
If configured this method also inspects the TString
wrapped value.
public S20 getEndpointID()
S20
instancepublic void setEndpointID(S20 value)
value
- a S20
instancepublic boolean isSetEndpointID()
public S100 getDescription()
S100
instancepublic void setDescription(S100 value)
value
- a S100
instancepublic boolean isSetDescription()
public S15 getName()
S15
instancepublic void setName(S15 value)
value
- a S15
instancepublic boolean isSetName()
public US_Twips getIconPosLeft()
US_Twips
instancepublic void setIconPosLeft(US_Twips value)
value
- a US_Twips
instancepublic boolean isSetIconPosLeft()
public US_Twips getIconPosTop()
US_Twips
instancepublic void setIconPosTop(US_Twips value)
value
- a US_Twips
instancepublic boolean isSetIconPosTop()
public TString getPointToMultiPoint()
TString
data typepublic void setPointToMultiPoint(TString value)
value
- the PointToMultiPoint value in a TString
data typepublic boolean isSetPointToMultiPoint()
If configured this method also inspects the TString
wrapped value.
public Set<EndpointLocation> getEndpointLocation()
Complex element EndpointLocation defines locations where the diagram endpoint is allowed or forbidden from use..
EndpointLocation
instancepublic boolean isSetEndpointLocation()
public void unsetEndpointLocation()
public DiagramEndpoint withIconType(ListCIC value)
value
- An instances of type ListCIC
.public DiagramEndpoint withEndpointID(String value)
value
- An instances of type String
.public DiagramEndpoint withDescription(String value)
value
- An instances of type String
.public DiagramEndpoint withName(String value)
value
- An instances of type String
.public DiagramEndpoint withIconPosLeft(Integer value)
value
- An instances of type Integer
.public DiagramEndpoint withIconPosTop(Integer value)
value
- An instances of type Integer
.public DiagramEndpoint withPointToMultiPoint(ListCBO value)
value
- An instances of type ListCBO
.public DiagramEndpoint withEndpointLocation(EndpointLocation... values)
Complex element EndpointLocation defines locations where the diagram endpoint is allowed or forbidden from use.
values
- One or more instances of type EndpointLocation...
.public DiagramEndpoint withEndpointLocation(Collection<EndpointLocation> values)
Complex element EndpointLocation defines locations where the diagram endpoint is allowed or forbidden from use.
values
- A collection of EndpointLocation
instancespublic String toString()
public boolean isSet()
DiagramEndpoint
requires EndpointID
.
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.