Class BigDecimalDomainType

    • Constructor Detail

      • BigDecimalDomainType

        public BigDecimalDomainType()
    • Method Detail

      • getPrimitiveType

        public Class<?> getPrimitiveType()
        Description copied from interface: PrimitiveDomainType
        The primitive type class (for example java.lang.Long) if this is a primitive type.
        Returns:
        class of the BigDecimal
      • getXMLSchemaType

        public String getXMLSchemaType()
        Returns:
        the xml schema type which matches the primitive type, is used to create the XML Schema for the REST web services.