@Generated(value="org.jsonschema2pojo") public class Event extends Object
xCal fromat for vevent
Constructor and Description |
---|
Event() |
@BeanProperty(value="objectType") public String getObjectType()
@BeanProperty(value="objectType") public void setObjectType(String objectType)
objectType
- The objectType@BeanProperty(value="attendedBy") public Object getAttendedBy()
@BeanProperty(value="attendedBy") public void setAttendedBy(Object attendedBy)
attendedBy
- The attendedBy@BeanProperty(value="attending") public Object getAttending()
@BeanProperty(value="attending") public void setAttending(Object attending)
attending
- The attending@BeanProperty(value="endTime") public org.joda.time.DateTime getEndTime()
@BeanProperty(value="endTime") public void setEndTime(org.joda.time.DateTime endTime)
endTime
- The endTimepublic Event withEndTime(org.joda.time.DateTime endTime)
@BeanProperty(value="invited") public Object getInvited()
@BeanProperty(value="invited") public void setInvited(Object invited)
invited
- The invited@BeanProperty(value="maybeAttending") public Object getMaybeAttending()
@BeanProperty(value="maybeAttending") public void setMaybeAttending(Object maybeAttending)
maybeAttending
- The maybeAttending@BeanProperty(value="notAttendedBy") public Object getNotAttendedBy()
@BeanProperty(value="notAttendedBy") public void setNotAttendedBy(Object notAttendedBy)
notAttendedBy
- The notAttendedBy@BeanProperty(value="notAttending") public Object getNotAttending()
@BeanProperty(value="notAttending") public void setNotAttending(Object notAttending)
notAttending
- The notAttending@BeanProperty(value="startTime") public org.joda.time.DateTime getStartTime()
@BeanProperty(value="startTime") public void setStartTime(org.joda.time.DateTime startTime)
startTime
- The startTimepublic Event withStartTime(org.joda.time.DateTime startTime)
@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.