Class Originator
- java.lang.Object
-
- org.certificateservices.messages.pkimessages.jaxb.Originator
-
public class Originator extends java.lang.ObjectJava class for Attribute complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Originator"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="key" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="value" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Credentialcredential
-
Constructor Summary
Constructors Constructor Description Originator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CredentialgetCredential()Gets the value of the credential property.voidsetCredential(Credential value)Sets the value of the credential property.
-
-
-
Field Detail
-
credential
protected Credential credential
-
-
Method Detail
-
getCredential
public Credential getCredential()
Gets the value of the credential property.- Returns:
- possible object is
String
-
setCredential
public void setCredential(Credential value)
Sets the value of the credential property.- Parameters:
credential- allowed object isString
-
-