net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.javaee.impl
Class PortComponentRefTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.javaee.impl.PortComponentRefTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, PortComponentRefType

public class PortComponentRefTypeImpl
extends Object
implements Serializable, Cloneable, PortComponentRefType

See Also:
Serialized Form

Field Summary
protected  TrueFalseTypeImpl enableMtom
           
protected  String id
           
protected  StringImpl portComponentLink
           
protected  FullyQualifiedClassTypeImpl serviceEndpointInterface
           
 
Constructor Summary
PortComponentRefTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.javaee.impl.PortComponentRefTypeImpl instance.
PortComponentRefTypeImpl(PortComponentRefTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.javaee.impl.PortComponentRefTypeImpl instance by copying a given instance.
 
Method Summary
 PortComponentRefTypeImpl clone()
          Creates and returns a copy of this object.
 TrueFalseType getEnableMtom()
          Gets the value of the enableMtom property.
 String getId()
          Gets the value of the id property.
 String getPortComponentLink()
          Gets the value of the portComponentLink property.
 FullyQualifiedClassType getServiceEndpointInterface()
          Gets the value of the serviceEndpointInterface property.
 void setEnableMtom(TrueFalseType value)
          Sets the value of the enableMtom property.
 void setId(String value)
          Sets the value of the id property.
 void setPortComponentLink(String value)
          Sets the value of the portComponentLink property.
 void setServiceEndpointInterface(FullyQualifiedClassType value)
          Sets the value of the serviceEndpointInterface property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serviceEndpointInterface

protected FullyQualifiedClassTypeImpl serviceEndpointInterface

enableMtom

protected TrueFalseTypeImpl enableMtom

portComponentLink

protected StringImpl portComponentLink

id

protected String id
Constructor Detail

PortComponentRefTypeImpl

public PortComponentRefTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.javaee.impl.PortComponentRefTypeImpl instance.


PortComponentRefTypeImpl

public PortComponentRefTypeImpl(PortComponentRefTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.javaee.impl.PortComponentRefTypeImpl instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getServiceEndpointInterface

public FullyQualifiedClassType getServiceEndpointInterface()
Description copied from interface: PortComponentRefType
Gets the value of the serviceEndpointInterface property.

Specified by:
getServiceEndpointInterface in interface PortComponentRefType
Returns:
possible object is FullyQualifiedClassType

setServiceEndpointInterface

public void setServiceEndpointInterface(FullyQualifiedClassType value)
Description copied from interface: PortComponentRefType
Sets the value of the serviceEndpointInterface property.

Specified by:
setServiceEndpointInterface in interface PortComponentRefType
Parameters:
value - allowed object is FullyQualifiedClassType

getEnableMtom

public TrueFalseType getEnableMtom()
Description copied from interface: PortComponentRefType
Gets the value of the enableMtom property.

Specified by:
getEnableMtom in interface PortComponentRefType
Returns:
possible object is TrueFalseType

setEnableMtom

public void setEnableMtom(TrueFalseType value)
Description copied from interface: PortComponentRefType
Sets the value of the enableMtom property.

Specified by:
setEnableMtom in interface PortComponentRefType
Parameters:
value - allowed object is TrueFalseType

getPortComponentLink

public String getPortComponentLink()
Description copied from interface: PortComponentRefType
Gets the value of the portComponentLink property.

Specified by:
getPortComponentLink in interface PortComponentRefType
Returns:
possible object is String

setPortComponentLink

public void setPortComponentLink(String value)
Description copied from interface: PortComponentRefType
Sets the value of the portComponentLink property.

Specified by:
setPortComponentLink in interface PortComponentRefType
Parameters:
value - allowed object is String

getId

public String getId()
Description copied from interface: PortComponentRefType
Gets the value of the id property.

Specified by:
getId in interface PortComponentRefType
Returns:
possible object is String

setId

public void setId(String value)
Description copied from interface: PortComponentRefType
Sets the value of the id property.

Specified by:
setId in interface PortComponentRefType
Parameters:
value - allowed object is String

clone

public PortComponentRefTypeImpl clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.