ipworks
Class CalCustomProp
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
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)
Copyright (c) 2013 /n software inc. - All rights reserved.