public abstract class CompanyTagWriter extends XMLTagWriter
| Constructor and Description |
|---|
CompanyTagWriter(XMLTagWriter parent,
boolean mandatory) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract String |
getAddressType() |
protected abstract String |
getIdTagName() |
protected abstract String |
getNameTagName() |
protected void |
writeContent(XMLOutputter xmlOut,
Object object)
Here you can write out the data to the given
XMLOutputter. |
addSubTagWriter, addSubTagWriter, addSubTagWriter, debug, error, getAllSubTagWriter, getAttributesMap, getParent, getSubTagWriter, getSubTagWriter, getTagName, info, isDebugEnabled, isErrorEnabled, isInfoEnabled, isMandatory, isWarnEnabled, warn, writepublic CompanyTagWriter(XMLTagWriter parent, boolean mandatory)
parent - protected void writeContent(XMLOutputter xmlOut,
Object object)
throws IOException
XMLTagWriterXMLOutputter. This method will write the content between
the start- and endtag.writeContent in class XMLTagWriterxmlOut - the XMLOutputter to write toobject - the data object, it depends on the parent what kind of object you get hereIOExceptionprotected abstract String getIdTagName()
protected abstract String getNameTagName()
protected abstract String getAddressType()
Copyright © 2017 SAP SE. All Rights Reserved.