public class

Guid

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

Class Overview

Java class for guid simple type.

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

 <simpleType name="guid">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <pattern value="[\da-fA-F]{8}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{12}"/>
   </restriction>
 </simpleType>
 

Summary

Constants
long serialVersionUID
Fields
protected String value
Public Constructors
Guid()
Public Methods
String getValue()
Gets the value of the value property.
void setValue(String 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 String value

Public Constructors

public Guid ()

Public Methods

public String getValue ()

Gets the value of the value property.

Returns
  • possible object is String

public void setValue (String value)

Sets the value of the value property.

Parameters
value Allowed object is String