public class

Char

extends Object
implements Serializable
java.lang.Object
   ↳ com.microsoft.schemas._2003._10.serialization.Char

Class Overview

Java class for char simple type.

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

 <simpleType name="char">
   <restriction base="{http://www.w3.org/2001/XMLSchema}int">
   </restriction>
 </simpleType>
 

Summary

Constants
long serialVersionUID
Fields
protected int value
Public Constructors
Char()
Public Methods
int getValue()
Gets the value of the value property.
void setValue(int value)
Sets the value of the value property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected int value

Public Constructors

public Char ()

Public Methods

public int getValue ()

Gets the value of the value property.

public void setValue (int value)

Sets the value of the value property.

Parameters
value