public class AuthorizedKey extends BaseResource
Java class for AuthorizedKey complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AuthorizedKey"> <complexContent> <extension base="{}BaseResource"> <sequence> <element ref="{}user" minOccurs="0"/> <element name="key" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor and Description |
---|
AuthorizedKey() |
Modifier and Type | Method and Description |
---|---|
String |
getKey()
Gets the value of the key property.
|
User |
getUser()
Gets the value of the user property.
|
boolean |
isSetKey() |
boolean |
isSetUser() |
void |
setKey(String value)
Sets the value of the key property.
|
void |
setUser(User value)
Sets the value of the user property.
|
getComment, getCreationStatus, getDescription, getHref, getId, getLinks, getName, isSetComment, isSetCreationStatus, isSetDescription, isSetHref, isSetId, isSetLinks, isSetName, setComment, setCreationStatus, setDescription, setHref, setId, setName, unsetLinks
getActions, isSetActions, setActions
public void setUser(User value)
value
- allowed object is
User
public boolean isSetUser()
public void setKey(String value)
value
- allowed object is
String
public boolean isSetKey()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0