ContactCenters
V. 0.9.9.

umontreal.iro.lecuyer.contactcenters.app.params
Class PropertyNameParam

java.lang.Object
  extended by umontreal.iro.lecuyer.contactcenters.app.params.PropertyNameParam

public class PropertyNameParam
extends Object

This element is used to refer to a property by name, using the

 <?xml version="1.0" encoding="UTF-8"?><tt xmlns="http://www.w3.org/1999/xhtml" xmlns:cc="http://www.iro.umontreal.ca/lecuyer/contactcenters" xmlns:ccapp="http://www.iro.umontreal.ca/lecuyer/contactcenters/app" xmlns:jxb="http://java.sun.com/xml/ns/jaxb" xmlns:ssj="http://www.iro.umontreal.ca/lecuyer/ssj" xmlns:xsd="http://www.w3.org/2001/XMLSchema">name</tt>
 
attribute.

Java class for PropertyNameParam complex type.

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

 <complexType name="PropertyNameParam">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String name
           
 
Constructor Summary
PropertyNameParam()
           
 
Method Summary
 String getName()
          Gets the value of the name property.
 boolean isSetName()
           
 void setName(String value)
          Sets the value of the name property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name
Constructor Detail

PropertyNameParam

public PropertyNameParam()
Method Detail

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

isSetName

public boolean isSetName()

ContactCenters
V. 0.9.9.

To submit a bug or ask questions, send an e-mail to Richard Simard.