net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.javaee
Class MethodIntfType
java.lang.Object
net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.javaee.String
net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.javaee.MethodIntfType
- All Implemented Interfaces:
- Serializable, Cloneable
public class MethodIntfType
- extends String
- implements Serializable, Cloneable
The method-intf element allows a method element to
differentiate between the methods with the same name and
signature that are multiply defined across the home and
component interfaces (e.g, in both an enterprise bean's
remote and local interfaces or in both an enterprise bean's
home and remote interfaces, etc.); the component and web
service endpoint interfaces, and so on. The Local applies to
both local component interface and local business interface.
Similarly, Remote applies to both remote component interface
and the remote business interface.
The method-intf element must be one of the following:
Home
Remote
LocalHome
Local
ServiceEndpoint
Java class for method-intfType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="method-intfType">
<simpleContent>
<restriction base="<http://java.sun.com/xml/ns/javaee>string">
</restriction>
</simpleContent>
</complexType>
- See Also:
- Serialized Form
| Fields inherited from class net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.javaee.String |
id, value |
|
Constructor Summary |
MethodIntfType()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.javaee.MethodIntfType instance. |
MethodIntfType(MethodIntfType o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.javaee.MethodIntfType instance by copying a given instance. |
MethodIntfType
public MethodIntfType()
- Creates a new
net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.javaee.MethodIntfType instance.
MethodIntfType
public MethodIntfType(MethodIntfType o)
- Creates a new
net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.javaee.MethodIntfType instance by copying a given instance.
- Parameters:
o - The instance to copy or null.
clone
public MethodIntfType clone()
- Creates and returns a copy of this object.
- Overrides:
clone in class String
- Returns:
- A clone of this instance.
Copyright © 2009 The CC-XJC Community. All Rights Reserved.