Class DiscoveredCredentialsRequest
- java.lang.Object
-
- org.certificateservices.messages.csmessages.jaxb.CSRequest
-
- org.certificateservices.messages.csagent.jaxb.DiscoveredCredentialsRequest
-
public class DiscoveredCredentialsRequest extends CSRequest
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{http://certificateservices.org/xsd/csmessages2_0}CSRequest"> <sequence> <element name="agentId" type="{http://certificateservices.org/xsd/csmessages2_0}between1and250string"/> <element name="scanId" type="{http://certificateservices.org/xsd/csmessages2_0}uuid"/> <element name="scanTimeStamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="discoveredCredentials"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="dc" type="{http://certificateservices.org/xsd/cs_agent_protocol2_0}DiscoveredCredential" maxOccurs="100"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </extension> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDiscoveredCredentialsRequest.DiscoveredCredentialsJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringagentIdprotected DiscoveredCredentialsRequest.DiscoveredCredentialsdiscoveredCredentialsprotected java.lang.StringscanIdprotected javax.xml.datatype.XMLGregorianCalendarscanTimeStamp-
Fields inherited from class org.certificateservices.messages.csmessages.jaxb.CSRequest
relatedMessageId
-
-
Constructor Summary
Constructors Constructor Description DiscoveredCredentialsRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAgentId()Gets the value of the agentId property.DiscoveredCredentialsRequest.DiscoveredCredentialsgetDiscoveredCredentials()Gets the value of the discoveredCredentials property.java.lang.StringgetScanId()Gets the value of the scanId property.javax.xml.datatype.XMLGregorianCalendargetScanTimeStamp()Gets the value of the scanTimeStamp property.voidsetAgentId(java.lang.String value)Sets the value of the agentId property.voidsetDiscoveredCredentials(DiscoveredCredentialsRequest.DiscoveredCredentials value)Sets the value of the discoveredCredentials property.voidsetScanId(java.lang.String value)Sets the value of the scanId property.voidsetScanTimeStamp(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the scanTimeStamp property.-
Methods inherited from class org.certificateservices.messages.csmessages.jaxb.CSRequest
getRelatedMessageId, setRelatedMessageId
-
-
-
-
Field Detail
-
agentId
protected java.lang.String agentId
-
scanId
protected java.lang.String scanId
-
scanTimeStamp
protected javax.xml.datatype.XMLGregorianCalendar scanTimeStamp
-
discoveredCredentials
protected DiscoveredCredentialsRequest.DiscoveredCredentials discoveredCredentials
-
-
Method Detail
-
getAgentId
public java.lang.String getAgentId()
Gets the value of the agentId property.- Returns:
- possible object is
String
-
setAgentId
public void setAgentId(java.lang.String value)
Sets the value of the agentId property.- Parameters:
value- allowed object isString
-
getScanId
public java.lang.String getScanId()
Gets the value of the scanId property.- Returns:
- possible object is
String
-
setScanId
public void setScanId(java.lang.String value)
Sets the value of the scanId property.- Parameters:
value- allowed object isString
-
getScanTimeStamp
public javax.xml.datatype.XMLGregorianCalendar getScanTimeStamp()
Gets the value of the scanTimeStamp property.- Returns:
- possible object is
XMLGregorianCalendar
-
setScanTimeStamp
public void setScanTimeStamp(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the scanTimeStamp property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getDiscoveredCredentials
public DiscoveredCredentialsRequest.DiscoveredCredentials getDiscoveredCredentials()
Gets the value of the discoveredCredentials property.- Returns:
- possible object is
DiscoveredCredentialsRequest.DiscoveredCredentials
-
setDiscoveredCredentials
public void setDiscoveredCredentials(DiscoveredCredentialsRequest.DiscoveredCredentials value)
Sets the value of the discoveredCredentials property.- Parameters:
value- allowed object isDiscoveredCredentialsRequest.DiscoveredCredentials
-
-