Class DiscoveredCredential
- java.lang.Object
-
- org.certificateservices.messages.csagent.jaxb.DiscoveredCredential
-
- Direct Known Subclasses:
DiscoveredCredentialData
public class DiscoveredCredential extends java.lang.ObjectJava class for DiscoveredCredential complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DiscoveredCredential"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="h" type="{http://certificateservices.org/xsd/csmessages2_0}between1and250string"/> <element name="t" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <sequence> <element name="as" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="a" type="{http://certificateservices.org/xsd/csmessages2_0}Attribute" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </sequence> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDiscoveredCredential.AsJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected DiscoveredCredential.Asasprotected java.lang.Stringhprotected javax.xml.datatype.XMLGregorianCalendart
-
Constructor Summary
Constructors Constructor Description DiscoveredCredential()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DiscoveredCredential.AsgetAs()Gets the value of the as property.java.lang.StringgetH()Gets the value of the h property.javax.xml.datatype.XMLGregorianCalendargetT()Gets the value of the t property.voidsetAs(DiscoveredCredential.As value)Sets the value of the as property.voidsetH(java.lang.String value)Sets the value of the h property.voidsetT(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the t property.
-
-
-
Field Detail
-
h
protected java.lang.String h
-
t
protected javax.xml.datatype.XMLGregorianCalendar t
-
as
protected DiscoveredCredential.As as
-
-
Method Detail
-
getH
public java.lang.String getH()
Gets the value of the h property.- Returns:
- possible object is
String
-
setH
public void setH(java.lang.String value)
Sets the value of the h property.- Parameters:
value- allowed object isString
-
getT
public javax.xml.datatype.XMLGregorianCalendar getT()
Gets the value of the t property.- Returns:
- possible object is
XMLGregorianCalendar
-
setT
public void setT(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the t property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getAs
public DiscoveredCredential.As getAs()
Gets the value of the as property.- Returns:
- possible object is
DiscoveredCredential.As
-
setAs
public void setAs(DiscoveredCredential.As value)
Sets the value of the as property.- Parameters:
value- allowed object isDiscoveredCredential.As
-
-