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
-
public class WildcardComponent extends Component
- Author:
- JAX-RPC Development Team
-
-
Field Summary
Fields Modifier and Type Field Description static intNAMESPACE_CONSTRAINT_ANYstatic intNAMESPACE_CONSTRAINT_NOTstatic intNAMESPACE_CONSTRAINT_NOT_ABSENTstatic intNAMESPACE_CONSTRAINT_SETstatic intNAMESPACE_CONSTRAINT_SET_OR_ABSENT
-
Constructor Summary
Constructors Constructor Description WildcardComponent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(ComponentVisitor visitor)intgetNamespaceConstraintTag()StringgetNamespaceName()voidsetNamespaceConstraintTag(int i)voidsetNamespaceName(String s)voidsetProcessContents(Symbol s)
-
-
-
Field Detail
-
NAMESPACE_CONSTRAINT_ANY
public static final int NAMESPACE_CONSTRAINT_ANY
- See Also:
- Constant Field Values
-
NAMESPACE_CONSTRAINT_NOT
public static final int NAMESPACE_CONSTRAINT_NOT
- See Also:
- Constant Field Values
-
NAMESPACE_CONSTRAINT_NOT_ABSENT
public static final int NAMESPACE_CONSTRAINT_NOT_ABSENT
- See Also:
- Constant Field Values
-
NAMESPACE_CONSTRAINT_SET
public static final int NAMESPACE_CONSTRAINT_SET
- See Also:
- Constant Field Values
-
NAMESPACE_CONSTRAINT_SET_OR_ABSENT
public static final int NAMESPACE_CONSTRAINT_SET_OR_ABSENT
- See Also:
- Constant Field Values
-
-
Method Detail
-
setProcessContents
public void setProcessContents(Symbol s)
-
getNamespaceConstraintTag
public int getNamespaceConstraintTag()
-
setNamespaceConstraintTag
public void setNamespaceConstraintTag(int i)
-
getNamespaceName
public String getNamespaceName()
-
setNamespaceName
public void setNamespaceName(String s)
-
accept
public void accept(ComponentVisitor visitor) throws Exception
-
-