com.sun.xml.ws.config.metro.parser.jsr109
Class EnvEntryTypeValuesType

java.lang.Object
  extended by com.sun.xml.ws.config.metro.parser.jsr109.String
      extended by com.sun.xml.ws.config.metro.parser.jsr109.FullyQualifiedClassType
          extended by com.sun.xml.ws.config.metro.parser.jsr109.EnvEntryTypeValuesType
All Implemented Interfaces:
Locatable

public class EnvEntryTypeValuesType
extends FullyQualifiedClassType

[ 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 java.lang.Class any enumeration type (i.e. a subclass of java.lang.Enum) Examples: java.lang.Boolean java.lang.Class com.example.Color

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>fully-qualified-classType">
     </restriction>
   </simpleContent>
 </complexType>
 


Field Summary
 
Fields inherited from class com.sun.xml.ws.config.metro.parser.jsr109.String
id, locator, value
 
Constructor Summary
EnvEntryTypeValuesType()
           
 
Method Summary
 
Methods inherited from class com.sun.xml.ws.config.metro.parser.jsr109.String
getId, getValue, setId, setSourceLocation, setValue, sourceLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnvEntryTypeValuesType

public EnvEntryTypeValuesType()


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.