public abstract static class AbstractTspiShape.Builder extends Object implements IBuilder, Serializable
Builders which are based upon this abstract class should implement the commit() method, returning the appropriate concrete object type.
IBuilder,
Serialized Form| Modifier | Constructor and Description |
|---|---|
protected |
AbstractTspiShape.Builder()
Empty constructor
|
protected |
AbstractTspiShape.Builder(AbstractTspiShape address)
Constructor which starts from an existing component.
|
| Modifier and Type | Method and Description |
|---|---|
protected nu.xom.Element |
commitXml()
Commits the XML string to a XOM element
|
String |
getXml()
Builder accessor for the XML string representing the element.
|
boolean |
isEmpty()
Checks if any values have been provided for this Builder.
|
void |
setXml(String xml)
Builder accessor for the XML string representing the element.
|
protected AbstractTspiShape.Builder()
protected AbstractTspiShape.Builder(AbstractTspiShape address)
protected nu.xom.Element commitXml()
throws InvalidDDMSException
InvalidDDMSException - if the XML cannot be converted.public boolean isEmpty()
IBuilderisEmpty in interface IBuilderIBuilder.isEmpty()public String getXml()
public void setXml(String xml)
Copyright 2010 - 2014 by Brian Uri!
Generated on 11/20/2014 12:49 PM
http://ddmsence.urizone.net/