public static class TaskID.Builder extends Object implements IBuilder, Serializable
IBuilder
,
Serialized FormConstructor and Description |
---|
Builder()
Empty constructor
|
Builder(TaskID taskID)
Constructor which starts from an existing component.
|
Modifier and Type | Method and Description |
---|---|
TaskID |
commit()
Finalizes the data gathered for this builder instance.
|
String |
getNetwork()
Builder accessor for the network
|
String |
getOtherNetwork()
Builder accessor for the otherNetwork
|
String |
getTaskingSystem()
Builder accessor for the taskingSystem
|
String |
getValue()
Builder accessor for the value
|
XLinkAttributes.Builder |
getXLinkAttributes()
Builder accessor for the XLink Attributes
|
boolean |
isEmpty()
Checks if any values have been provided for this Builder.
|
void |
setNetwork(String network)
Builder accessor for the network
|
void |
setOtherNetwork(String otherNetwork)
Builder accessor for the otherNetwork
|
void |
setTaskingSystem(String taskingSystem)
Builder accessor for the taskingSystem
|
void |
setValue(String value)
Builder accessor for the value
|
void |
setXLinkAttributes(XLinkAttributes.Builder xlinkAttributes)
Builder accessor for the XLink Attributes
|
public Builder()
public Builder(TaskID taskID)
public TaskID commit() throws InvalidDDMSException
IBuilder
commit
in interface IBuilder
InvalidDDMSException
- if any required information is missing or malformedIBuilder.commit()
public boolean isEmpty()
IBuilder
isEmpty
in interface IBuilder
IBuilder.isEmpty()
public String getValue()
public void setValue(String value)
public String getTaskingSystem()
public void setTaskingSystem(String taskingSystem)
public String getNetwork()
public void setNetwork(String network)
public String getOtherNetwork()
public void setOtherNetwork(String otherNetwork)
public XLinkAttributes.Builder getXLinkAttributes()
public void setXLinkAttributes(XLinkAttributes.Builder xlinkAttributes)
Copyright 2010 - 2019 by Brian Uri!
Generated on 09/15/2016 12:36 PM
https://ddmsence.urizone.net/