public class UnionDeferredAction extends Object implements SchemaDeferredAction
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.ws.commons.schema.XmlSchemaElement |
element |
protected Union |
union |
protected Unionbranch |
unionBranch |
| Constructor and Description |
|---|
UnionDeferredAction(Union unionType) |
UnionDeferredAction(Unionbranch unionBranchType) |
UnionDeferredAction(Union unionType,
Unionbranch unionBranchType,
org.apache.ws.commons.schema.XmlSchemaElement elem) |
UnionDeferredAction(org.apache.ws.commons.schema.XmlSchemaElement elem) |
protected Union union
protected Unionbranch unionBranch
protected org.apache.ws.commons.schema.XmlSchemaElement element
public UnionDeferredAction(Union unionType, Unionbranch unionBranchType, org.apache.ws.commons.schema.XmlSchemaElement elem)
public UnionDeferredAction(Union unionType)
public UnionDeferredAction(Unionbranch unionBranchType)
public UnionDeferredAction(org.apache.ws.commons.schema.XmlSchemaElement elem)
public void execute(org.apache.ws.commons.schema.XmlSchemaType stype,
CorbaTypeImpl ctype)
execute in interface SchemaDeferredActionApache CXF