net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee.impl
Class ActivationConfigPropertyTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee.impl.ActivationConfigPropertyTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, ActivationConfigPropertyType

public class ActivationConfigPropertyTypeImpl
extends Object
implements Serializable, Cloneable, ActivationConfigPropertyType

See Also:
Serialized Form

Field Summary
protected  XsdStringTypeImpl activationConfigPropertyName
           
protected  XsdStringTypeImpl activationConfigPropertyValue
           
protected  String id
           
 
Constructor Summary
ActivationConfigPropertyTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee.impl.ActivationConfigPropertyTypeImpl instance.
ActivationConfigPropertyTypeImpl(ActivationConfigPropertyTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee.impl.ActivationConfigPropertyTypeImpl instance by copying a given instance.
 
Method Summary
 ActivationConfigPropertyTypeImpl clone()
          Creates and returns a copy of this object.
 XsdStringType getActivationConfigPropertyName()
          Gets the value of the activationConfigPropertyName property.
 XsdStringType getActivationConfigPropertyValue()
          Gets the value of the activationConfigPropertyValue property.
 String getId()
          Gets the value of the id property.
 void setActivationConfigPropertyName(XsdStringType value)
          Sets the value of the activationConfigPropertyName property.
 void setActivationConfigPropertyValue(XsdStringType value)
          Sets the value of the activationConfigPropertyValue property.
 void setId(String value)
          Sets the value of the id property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

activationConfigPropertyName

protected XsdStringTypeImpl activationConfigPropertyName

activationConfigPropertyValue

protected XsdStringTypeImpl activationConfigPropertyValue

id

protected String id
Constructor Detail

ActivationConfigPropertyTypeImpl

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


ActivationConfigPropertyTypeImpl

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

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

getActivationConfigPropertyName

public XsdStringType getActivationConfigPropertyName()
Description copied from interface: ActivationConfigPropertyType
Gets the value of the activationConfigPropertyName property.

Specified by:
getActivationConfigPropertyName in interface ActivationConfigPropertyType
Returns:
possible object is XsdStringType

setActivationConfigPropertyName

public void setActivationConfigPropertyName(XsdStringType value)
Description copied from interface: ActivationConfigPropertyType
Sets the value of the activationConfigPropertyName property.

Specified by:
setActivationConfigPropertyName in interface ActivationConfigPropertyType
Parameters:
value - allowed object is XsdStringType

getActivationConfigPropertyValue

public XsdStringType getActivationConfigPropertyValue()
Description copied from interface: ActivationConfigPropertyType
Gets the value of the activationConfigPropertyValue property.

Specified by:
getActivationConfigPropertyValue in interface ActivationConfigPropertyType
Returns:
possible object is XsdStringType

setActivationConfigPropertyValue

public void setActivationConfigPropertyValue(XsdStringType value)
Description copied from interface: ActivationConfigPropertyType
Sets the value of the activationConfigPropertyValue property.

Specified by:
setActivationConfigPropertyValue in interface ActivationConfigPropertyType
Parameters:
value - allowed object is XsdStringType

getId

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

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

setId

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

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

clone

public ActivationConfigPropertyTypeImpl 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.