Class SAOCSPIDType
java.lang.Object
eu.europa.esig.validationreport.jaxb.SAOCSPIDType
- All Implemented Interfaces:
- Serializable
Java class for SAOCSPIDType complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="SAOCSPIDType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ProducedAt" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <choice>
           <element name="ResponderIDByName" type="{http://www.w3.org/2001/XMLSchema}string"/>
           <element name="ResponderIDByKey" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 - See Also:
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGets the value of the producedAt property.byte[]Gets the value of the responderIDByKey property.Gets the value of the responderIDByName property.voidsetProducedAt(Date value) Sets the value of the producedAt property.voidsetResponderIDByKey(byte[] value) Sets the value of the responderIDByKey property.voidsetResponderIDByName(String value) Sets the value of the responderIDByName property.
- 
Field Details- 
producedAt
- 
responderIDByName
- 
responderIDByKeyprotected byte[] responderIDByKey
 
- 
- 
Constructor Details- 
SAOCSPIDTypepublic SAOCSPIDType()
 
- 
- 
Method Details- 
getProducedAt
- 
setProducedAt
- 
getResponderIDByName
- 
setResponderIDByName
- 
getResponderIDByKeypublic byte[] getResponderIDByKey()Gets the value of the responderIDByKey property.- Returns:
- possible object is byte[]
 
- 
setResponderIDByKeypublic void setResponderIDByKey(byte[] value) Sets the value of the responderIDByKey property.- Parameters:
- value- allowed object is byte[]
 
 
-