Klasse CalendarColor

java.lang.Object
de.svws_nrw.davapi.model.dav.ical.CalendarColor

public class CalendarColor extends Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Konstruktordetails

    • CalendarColor

      public CalendarColor()
      Leerer Standardkonstruktor.
  • Methodendetails

    • getContent

      public List<String> getContent()
      Gibt die Liste des Inhalts zurück.
      Gibt zurück:
      Eine Live-Referenz auf die content-Liste. Wenn die Liste noch nicht existiert, wird sie erstellt. Hinweis: Änderungen an der zurückgegebenen Liste wirken sich direkt auf das Objekt aus. Es wird keine Kopie erstellt. Beispiel zur Verwendung:
          calendarColor.getContent().add(neuesElement);