Class Principal

java.lang.Object
com.github.sardine.model.Principal

public class Principal 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>
 
  • Constructor Details

    • Principal

      public Principal()
  • Method Details

    • getHref

      public String getHref()
    • setHref

      public void setHref(String href)
    • getProperty

      public Property getProperty()
    • setProperty

      public void setProperty(Property property)
    • getAll

      public All getAll()
    • setAll

      public void setAll(All all)
    • getAuthenticated

      public Authenticated getAuthenticated()
    • setAuthenticated

      public void setAuthenticated(Authenticated authenticated)
    • getUnauthenticated

      public Unauthenticated getUnauthenticated()
    • setUnauthenticated

      public void setUnauthenticated(Unauthenticated unauthenticated)
    • getSelf

      public Self getSelf()
    • setSelf

      public void setSelf(Self self)