public class Certificate extends BaseResource
Java class for Certificate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Certificate"> <complexContent> <extension base="{}BaseResource"> <sequence> <element name="organization" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="subject" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="content" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor and Description |
---|
Certificate() |
Modifier and Type | Method and Description |
---|---|
String |
getContent()
Gets the value of the content property.
|
String |
getOrganization()
Gets the value of the organization property.
|
String |
getSubject()
Gets the value of the subject property.
|
boolean |
isSetContent() |
boolean |
isSetOrganization() |
boolean |
isSetSubject() |
void |
setContent(String value)
Sets the value of the content property.
|
void |
setOrganization(String value)
Sets the value of the organization property.
|
void |
setSubject(String value)
Sets the value of the subject 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 String getOrganization()
String
public void setOrganization(String value)
value
- allowed object is
String
public boolean isSetOrganization()
public String getSubject()
String
public void setSubject(String value)
value
- allowed object is
String
public boolean isSetSubject()
public String getContent()
String
public void setContent(String value)
value
- allowed object is
String
public boolean isSetContent()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0