Search
Location.setAddress Method
See Also
 






Sets the address of the location.

Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model

 Syntax

Java  Copy Code

public void setAddress (
    String value
)

 Parameters

value

A string specifying the address of this location. The default is an empty string.

 See Also