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 |
The XML Schema long type
| org.exolab.castor.builder.types.XSLong.XSLong | ( | ) |
| org.exolab.castor.builder.types.XSLong.XSLong | ( | boolean | asWrapper | ) |
References org.exolab.javasource.JType.Long.
| 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
| variableName | the name of the Object |
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
| variableName | the name of the instance variable |
Reimplemented from org.exolab.castor.builder.types.XSType.
| JType org.exolab.castor.builder.types.XSLong.getJType | ( | ) | [virtual] |
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.
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.
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.
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.
References org.exolab.castor.builder.types.XSLong.minInclusive.
Referenced by org.exolab.castor.builder.types.XSLong.validationCode().
| boolean org.exolab.castor.builder.types.XSLong.hasMaximum | ( | ) |
| boolean org.exolab.castor.builder.types.XSLong.hasMinimum | ( | ) |
| void org.exolab.castor.builder.types.XSLong.setFacets | ( | SimpleType | simpleType | ) | [virtual] |
Reads and sets the facets for XSTimeDuration override the readFacet method of XSType
| simpletype | the Simpletype containing the facets | |
| xsType | the XSType to set the facets of |
Implements org.exolab.castor.builder.types.XSType.
References org.exolab.castor.builder.types.XSType.getFacets(), org.exolab.castor.xml.schema.Facet.getName(), org.exolab.castor.xml.schema.Facet.getValue(), org.exolab.castor.builder.types.XSLong.setMaxExclusive(), org.exolab.castor.builder.types.XSLong.setMaxInclusive(), org.exolab.castor.builder.types.XSLong.setMinExclusive(), org.exolab.castor.builder.types.XSLong.setMinInclusive(), org.exolab.castor.builder.types.XSPatternBase.setPattern(), and org.exolab.castor.xml.schema.Facet.toLong().
Referenced by org.exolab.castor.builder.TypeConversion.convertType().
| void org.exolab.castor.builder.types.XSLong.setMaxExclusive | ( | long | max | ) |
Sets the maximum exclusive value that this XSLong can hold.
| max | the maximum exclusive value this XSLong can be |
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.
| max | the maximum exclusive value this XSLong can be |
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.
| max | the maximum inclusive value this XSLong can be |
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.
| max | the maximum inclusive value this XSLong can be |
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.
| max | the minimum exclusive value this XSLong can be |
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.
| max | the minimum exclusive value this XSLong can be |
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.
| max | the minimum inclusive value this XSLong can be |
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.
| max | the minimum inclusive value this XSLong can be |
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.
| 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().
Long org.exolab.castor.builder.types.XSLong.maxExclusive = null [package] |
Long org.exolab.castor.builder.types.XSLong.maxInclusive = null [package] |
Long org.exolab.castor.builder.types.XSLong.minExclusive = null [package] |
Long org.exolab.castor.builder.types.XSLong.minInclusive = null [package] |
1.7.0