Klasse PrincipalCollectionSet

java.lang.Object
de.svws_nrw.davapi.model.dav.PrincipalCollectionSet

public class PrincipalCollectionSet 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>
         <any/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Konstruktordetails

    • PrincipalCollectionSet

      public PrincipalCollectionSet()
      Leerer Standardkonstruktor.
  • Methodendetails

    • getHref

      public List<String> getHref()
      Liefert eine Liste der href-Strings.
      Gibt zurück:
      eine Liste der href-Strings.
    • setHref

      public void setHref(List<String> href)
      Setzt die Liste der href-Strings.
      Parameter:
      href - die zu setzende Liste der href-Strings.