public class OperatorContentTypeUnmarshaller extends AbstractWSPolicyObjectUnmarshaller {
/** {@inheritDoc} */
protected void processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject)
throws UnmarshallingException {
OperatorContentType oct = (OperatorContentType) parentXMLObject;
oct.getXMLObjects().add(childXMLObject);
}