Public Member Functions | Package Attributes

org.exolab.castor.builder.types.XSLong Class Reference

Inheritance diagram for org.exolab.castor.builder.types.XSLong:
org.exolab.castor.builder.types.XSPatternBase org.exolab.castor.builder.types.XSType

List of all members.

Public Member Functions

 XSLong ()
 XSLong (boolean asWrapper)
JType getJType ()
Long getMaxExclusive ()
Long getMaxInclusive ()
Long getMinExclusive ()
Long getMinInclusive ()
boolean hasMaximum ()
boolean hasMinimum ()
void setMaxExclusive (long max)
void setMaxExclusive (Long max)
void setMaxInclusive (long max)
void setMaxInclusive (Long max)
void setMinExclusive (long min)
void setMinExclusive (Long min)
void setMinInclusive (long min)
void setMinInclusive (Long min)
void setFacets (SimpleType simpleType)
String createToJavaObjectCode (String variableName)
String createFromJavaObjectCode (String variableName)
void validationCode (JSourceCode jsc, String fixedValue, String fieldValidatorInstanceName)

Package Attributes

Long maxInclusive = null
Long maxExclusive = null
Long minInclusive = null
Long minExclusive = null

Detailed Description

The XML Schema long type

Author:
Keith Visco
Version:
Revision:
1.5
Date:
2004/10/01 13:24:47

Constructor & Destructor Documentation

org.exolab.castor.builder.types.XSLong.XSLong (  ) 
org.exolab.castor.builder.types.XSLong.XSLong ( boolean  asWrapper  ) 

Member Function Documentation

String org.exolab.castor.builder.types.XSLong.createFromJavaObjectCode ( String  variableName  ) 

Returns the String necessary to convert an Object to an instance of this XSType. This method is really only useful for primitive types

Parameters:
variableName the name of the Object
Returns:
the String necessary to convert an Object to an instance of this XSType

Reimplemented from org.exolab.castor.builder.types.XSType.

String org.exolab.castor.builder.types.XSLong.createToJavaObjectCode ( String  variableName  ) 

Returns the String necessary to convert an instance of this XSType to an Object. This method is really only useful for primitive types

Parameters:
variableName the name of the instance variable
Returns:
the String necessary to convert an instance of this XSType to an Object

Reimplemented from org.exolab.castor.builder.types.XSType.

JType org.exolab.castor.builder.types.XSLong.getJType (  )  [virtual]

Returns the JType that this XSType represents

Returns:
the JType that this XSType represents

Implements org.exolab.castor.builder.types.XSType.

Long org.exolab.castor.builder.types.XSLong.getMaxExclusive (  ) 

Returns the maximum exclusive value that this XSLong can hold.

Returns:
the maximum exclusive value that this XSLong can hold. If no maximum exclusive value has been set, Null will be returned
See also:
getMaxInclusive

References org.exolab.castor.builder.types.XSLong.maxExclusive.

Referenced by org.exolab.castor.builder.types.XSLong.validationCode().

Long org.exolab.castor.builder.types.XSLong.getMaxInclusive (  ) 

Returns the maximum inclusive value that this XSLong can hold.

Returns:
the maximum inclusive value that this XSLong can hold. If no maximum inclusive value has been set, Null will be returned
See also:
getMaxExclusive

References org.exolab.castor.builder.types.XSLong.maxInclusive.

Referenced by org.exolab.castor.builder.types.XSLong.validationCode().

Long org.exolab.castor.builder.types.XSLong.getMinExclusive (  ) 

Returns the minimum exclusive value that this XSLong can hold.

Returns:
the minimum exclusive value that this XSLong can hold. If no minimum exclusive value has been set, Null will be returned
See also:
getMinInclusive
setMaxInclusive

References org.exolab.castor.builder.types.XSLong.minExclusive.

Referenced by org.exolab.castor.builder.types.XSLong.validationCode().

Long org.exolab.castor.builder.types.XSLong.getMinInclusive (  ) 

Returns the minimum inclusive value that this XSLong can hold.

Returns:
the minimum inclusive value that this XSLong can hold. If no minimum inclusive value has been set, Null will be returned
See also:
getMinExclusive

References org.exolab.castor.builder.types.XSLong.minInclusive.

Referenced by org.exolab.castor.builder.types.XSLong.validationCode().

void org.exolab.castor.builder.types.XSLong.setMaxExclusive ( long  max  ) 

Sets the maximum exclusive value that this XSLong can hold.

Parameters:
max the maximum exclusive value this XSLong can be
See also:
setMaxInclusive

References org.exolab.castor.builder.types.XSLong.maxExclusive, and org.exolab.castor.builder.types.XSLong.maxInclusive.

Referenced by org.exolab.castor.builder.types.XSLong.setFacets().

void org.exolab.castor.builder.types.XSLong.setMaxExclusive ( Long  max  ) 

Sets the maximum exclusive value that this XSLong can hold.

Parameters:
max the maximum exclusive value this XSLong can be
See also:
setMaxInclusive

References org.exolab.castor.builder.types.XSLong.maxExclusive, and org.exolab.castor.builder.types.XSLong.maxInclusive.

void org.exolab.castor.builder.types.XSLong.setMaxInclusive ( Long  max  ) 

Sets the maximum inclusive value that this XSLong can hold.

Parameters:
max the maximum inclusive value this XSLong can be
See also:
setMaxExclusive

References org.exolab.castor.builder.types.XSLong.maxExclusive, and org.exolab.castor.builder.types.XSLong.maxInclusive.

void org.exolab.castor.builder.types.XSLong.setMaxInclusive ( long  max  ) 

Sets the maximum inclusive value that this XSLong can hold.

Parameters:
max the maximum inclusive value this XSLong can be
See also:
setMaxExclusive

References org.exolab.castor.builder.types.XSLong.maxExclusive, and org.exolab.castor.builder.types.XSLong.maxInclusive.

Referenced by org.exolab.castor.builder.types.XSLong.setFacets().

void org.exolab.castor.builder.types.XSLong.setMinExclusive ( Long  min  ) 

Sets the minimum exclusive value that this XSLong can hold.

Parameters:
max the minimum exclusive value this XSLong can be
See also:
setMinInclusive

References org.exolab.castor.builder.types.XSLong.minExclusive, and org.exolab.castor.builder.types.XSLong.minInclusive.

void org.exolab.castor.builder.types.XSLong.setMinExclusive ( long  min  ) 

Sets the minimum exclusive value that this XSLong can hold.

Parameters:
max the minimum exclusive value this XSLong can be
See also:
setMinInclusive

References org.exolab.castor.builder.types.XSLong.minExclusive, and org.exolab.castor.builder.types.XSLong.minInclusive.

Referenced by org.exolab.castor.builder.types.XSLong.setFacets().

void org.exolab.castor.builder.types.XSLong.setMinInclusive ( Long  min  ) 

Sets the minimum inclusive value that this XSLong can hold.

Parameters:
max the minimum inclusive value this XSLong can be
See also:
setMinExclusive

References org.exolab.castor.builder.types.XSLong.minExclusive, and org.exolab.castor.builder.types.XSLong.minInclusive.

void org.exolab.castor.builder.types.XSLong.setMinInclusive ( long  min  ) 

Sets the minimum inclusive value that this XSLong can hold.

Parameters:
max the minimum inclusive value this XSLong can be
See also:
setMinExclusive

References org.exolab.castor.builder.types.XSLong.minExclusive, and org.exolab.castor.builder.types.XSLong.minInclusive.

Referenced by org.exolab.castor.builder.types.XSLong.setFacets().

void org.exolab.castor.builder.types.XSLong.validationCode ( JSourceCode  jsc,
String  fixedValue,
String  fieldValidatorInstanceName 
) [virtual]

Creates the validation code for an instance of this XSType. The validation code should if necessary create a newly configured TypeValidator, that should then be added to a FieldValidator instance whose name is provided.

Parameters:
fixedValue a fixed value to use if any
jsc the JSourceCode to fill in.
fieldValidatorInstanceName the name of the FieldValidator that the configured TypeValidator should be added to.

Implements org.exolab.castor.builder.types.XSType.

References org.exolab.javasource.JSourceCode.add(), org.exolab.javasource.JSourceCode.append(), org.exolab.castor.builder.types.XSType.escapePattern(), org.exolab.castor.builder.types.XSLong.getMaxExclusive(), org.exolab.castor.builder.types.XSLong.getMaxInclusive(), org.exolab.castor.builder.types.XSLong.getMinExclusive(), org.exolab.castor.builder.types.XSLong.getMinInclusive(), org.exolab.castor.builder.types.XSPatternBase.getPattern(), org.exolab.castor.builder.types.XSLong.hasMaximum(), and org.exolab.castor.builder.types.XSLong.hasMinimum().


Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties