UseNotifyDocument useNotifyDoc = UseNotifyDocument.Factory.newInstance();
useNotifyDoc.setUseNotify(m_useNotify);
prop.add(useNotifyDoc);
if (m_precondition != null) {
prop = m_propSet.get(SubscriptionManagerPortType.PROP_QNAME_PRECONDITION);
PreconditionDocument preconditionDoc = PreconditionDocument.Factory.newInstance();
preconditionDoc.setPrecondition((QueryExpressionType) ((XmlBeansQueryExpression) m_precondition).getXmlObject());
prop.add(preconditionDoc);
}
if (m_selector != null) {
prop = m_propSet.get(SubscriptionManagerPortType.PROP_QNAME_SELECTOR);
SelectorDocument selectorDoc = SelectorDocument.Factory.newInstance();