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 and Description |
|---|
Principal() |
| Modifier and Type | Method and Description |
|---|---|
All |
getAll() |
Authenticated |
getAuthenticated() |
String |
getHref() |
Property |
getProperty() |
Self |
getSelf() |
Unauthenticated |
getUnauthenticated() |
void |
setAll(All all) |
void |
setAuthenticated(Authenticated authenticated) |
void |
setHref(String href) |
void |
setProperty(Property property) |
void |
setSelf(Self self) |
void |
setUnauthenticated(Unauthenticated unauthenticated) |
public String getHref()
public void setHref(String href)
public Property getProperty()
public void setProperty(Property property)
public All getAll()
public void setAll(All all)
public Authenticated getAuthenticated()
public void setAuthenticated(Authenticated authenticated)
public Unauthenticated getUnauthenticated()
public void setUnauthenticated(Unauthenticated unauthenticated)
public Self getSelf()
public void setSelf(Self self)
Copyright © 2019. All rights reserved.