public abstract static class AbstractTspiAddress.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  | Builder()Empty constructor | 
| protected  | Builder(AbstractTspiAddress 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 Builder()
protected Builder(AbstractTspiAddress 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 - 2019 by Brian Uri!
Generated on 09/15/2016 12:36 PM
https://ddmsence.urizone.net/