public class XJdfBuilder extends AbstractNodeBuilder<XJDF>
| Constructor and Description |
|---|
XJdfBuilder()
Default constructor.
|
XJdfBuilder(String jobID)
Custom Constructor.
|
XJdfBuilder(String jobID,
String category)
Custom Constructor.
|
XJdfBuilder(String jobID,
String category,
String descriptiveName)
Custom Constructor.
|
XJdfBuilder(String jobID,
String category,
String descriptiveName,
String relatedJobID)
Custom Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
XJdfBuilder |
addComment(String comment)
Append Comment to XJDF Document.
|
XJdfBuilder |
addGeneralID(GeneralID generalId)
Append GeneralID node to xJdf Document.
|
XJdfBuilder |
addParameter(List<ParameterType> parameters)
Append Parameter List to xJdf Document.
|
XJdfBuilder |
addParameter(ParameterType parameter)
Append Parameter node to xJdf Document.
|
XJdfBuilder |
addParameter(ParameterType parameter,
Part part)
Append Parameter node to xJdf Document.
|
XJdfBuilder |
addProduct(Product product)
Append Product node to xJdf Document.
|
protected XJDF |
getXJdf()
Getter for xJdf attribute.
|
build, getNodepublic XJdfBuilder()
public XJdfBuilder(String jobID)
jobID - Value of attribute JobID.public XJdfBuilder(String jobID, String category)
jobID - Value of attribute JobID.category - Value of attribute Category.public XJdfBuilder(String jobID, String category, String descriptiveName)
jobID - Value of attribute JobID.category - Value of attribute Category.descriptiveName - Value of attribute DescriptiveName.public XJdfBuilder(String jobID, String category, String descriptiveName, String relatedJobID)
jobID - Value of attribute JobID.category - Value of attribute Category.descriptiveName - Value of attribute DescriptiveName.relatedJobID - Value of attribute RelatedJobID.protected XJDF getXJdf()
public XJdfBuilder addComment(String comment)
comment - Comment to append to.public XJdfBuilder addGeneralID(GeneralID generalId)
generalId - GeneralID object to append.public XJdfBuilder addProduct(Product product)
product - Product object to append.public XJdfBuilder addParameter(ParameterType parameter)
parameter - Parameter object to append.public XJdfBuilder addParameter(List<ParameterType> parameters)
parameter - Parameter object to append.public XJdfBuilder addParameter(ParameterType parameter, Part part)
parameter - Parameter object to append.part - Partitioning definitions.Copyright © 2013. All Rights Reserved.