public class

Guid

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.userprofile.Guid

Class Overview

Java class for guid.

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

 <simpleType name="guid">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="Off"/>
   </restriction>
 </simpleType>
 

Summary

Fields
protected String value
Public Constructors
Guid()
Public Methods
String getValue()
void setValue(String value)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String value

Public Constructors

public Guid ()

Public Methods

public String getValue ()

public void setValue (String value)

Parameters
value