Package com.sun.xml.rpc.processor.schema
Class WildcardComponent
java.lang.Object
com.sun.xml.rpc.processor.schema.Component
com.sun.xml.rpc.processor.schema.WildcardComponent
- Author:
- JAX-RPC Development Team
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(ComponentVisitor visitor) intvoidsetNamespaceConstraintTag(int i) voidvoid
-
Field Details
-
NAMESPACE_CONSTRAINT_ANY
public static final int NAMESPACE_CONSTRAINT_ANY- See Also:
-
NAMESPACE_CONSTRAINT_NOT
public static final int NAMESPACE_CONSTRAINT_NOT- See Also:
-
NAMESPACE_CONSTRAINT_NOT_ABSENT
public static final int NAMESPACE_CONSTRAINT_NOT_ABSENT- See Also:
-
NAMESPACE_CONSTRAINT_SET
public static final int NAMESPACE_CONSTRAINT_SET- See Also:
-
NAMESPACE_CONSTRAINT_SET_OR_ABSENT
public static final int NAMESPACE_CONSTRAINT_SET_OR_ABSENT- See Also:
-
-
Constructor Details
-
WildcardComponent
public WildcardComponent()
-
-
Method Details