com.quartzdesk.service.types.v4_0.connection
Class ConnectionFolder

java.lang.Object
  extended by com.quartzdesk.service.types.v4_0.connection.ConnectionFolder

public class ConnectionFolder
extends Object

Connection folder.

Java class for ConnectionFolder complex type.

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

 <complexType name="ConnectionFolder">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="id" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Long id
           
protected  String name
           
 
Constructor Summary
ConnectionFolder()
           
 
Method Summary
 Long getId()
          Gets the value of the id property.
 String getName()
          Gets the value of the name property.
 void setId(Long value)
          Sets the value of the id property.
 void setName(String value)
          Sets the value of the name property.
 ConnectionFolder withId(Long value)
           
 ConnectionFolder withName(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected Long id

name

protected String name
Constructor Detail

ConnectionFolder

public ConnectionFolder()
Method Detail

getId

public Long getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(Long value)
Sets the value of the id property.

Parameters:
value - allowed object is String

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

withId

public ConnectionFolder withId(Long value)

withName

public ConnectionFolder withName(String value)


Copyright © 2013–2017 QuartzDesk.com. All rights reserved.