IP*Works! V9

ipworks
Class CalCustomProp

java.lang.Object
  extended by ipworks.CalCustomProp

public class CalCustomProp
extends java.lang.Object

Name/Value pair of custom properties to add to the request.

This type describes a form variable that is to be posted to the Resource URI when Putting an event or creating a new calendar. The type contains fields which describe this variable's name, value, and attribute.

Attribute: This field contains an optional attribute of the custom property.

Name: This field contains the textual name of the custom property.

Value: This field contains the value of the custom property.

See Also:
Atom, Atom.CalCustomProp

Constructor Summary
CalCustomProp()
           
CalCustomProp(java.lang.String name, java.lang.String value)
           
CalCustomProp(java.lang.String name, java.lang.String value, java.lang.String attribute)
           
 
Method Summary
 java.lang.String getAttribute()
           
 java.lang.String getName()
           
 java.lang.String getValue()
           
 void setAttribute(java.lang.String value)
           
 void setName(java.lang.String value)
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalCustomProp

public CalCustomProp()

CalCustomProp

public CalCustomProp(java.lang.String name,
                     java.lang.String value)

CalCustomProp

public CalCustomProp(java.lang.String name,
                     java.lang.String value,
                     java.lang.String attribute)
Method Detail

getAttribute

public java.lang.String getAttribute()

setAttribute

public void setAttribute(java.lang.String value)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String value)

getValue

public java.lang.String getValue()

setValue

public void setValue(java.lang.String value)

IP*Works! V9

Copyright (c) 2013 /n software inc. - All rights reserved.