net.sourceforge.ccxjc.it.model.priv.collections.valueclass.javaee
Class EnvEntryTypeValuesType

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.collections.valueclass.javaee.String
      extended by net.sourceforge.ccxjc.it.model.priv.collections.valueclass.javaee.EnvEntryTypeValuesType
All Implemented Interfaces:
Serializable, Cloneable

public class EnvEntryTypeValuesType
extends String
implements Serializable, Cloneable

This type contains the fully-qualified Java type of the environment entry value that is expected by the application's code. The following are the legal values of env-entry-type-valuesType: java.lang.Boolean java.lang.Byte java.lang.Character java.lang.String java.lang.Short java.lang.Integer java.lang.Long java.lang.Float java.lang.Double Example: java.lang.Boolean

Java class for env-entry-type-valuesType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="env-entry-type-valuesType">
   <simpleContent>
     <restriction base="<http://java.sun.com/xml/ns/javaee>string">
     </restriction>
   </simpleContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.sourceforge.ccxjc.it.model.priv.collections.valueclass.javaee.String
id, value
 
Constructor Summary
EnvEntryTypeValuesType()
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.javaee.EnvEntryTypeValuesType instance.
EnvEntryTypeValuesType(EnvEntryTypeValuesType o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.javaee.EnvEntryTypeValuesType instance by copying a given instance.
 
Method Summary
 EnvEntryTypeValuesType clone()
          Creates and returns a copy of this object.
 
Methods inherited from class net.sourceforge.ccxjc.it.model.priv.collections.valueclass.javaee.String
getId, getValue, setId, setValue
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnvEntryTypeValuesType

public EnvEntryTypeValuesType()
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.javaee.EnvEntryTypeValuesType instance.


EnvEntryTypeValuesType

public EnvEntryTypeValuesType(EnvEntryTypeValuesType o)
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.javaee.EnvEntryTypeValuesType instance by copying a given instance.

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

clone

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