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