Class AttrCertIDType
java.lang.Object
oasis.names.tc.dss_x._1_0.profiles.verificationreport.schema_.AttrCertIDType
Java class for AttrCertIDType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AttrCertIDType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Holder" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}EntityType" minOccurs="0"/>
<element name="Issuer" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}EntityType"/>
<element name="SerialNumber" type="{http://www.w3.org/2001/XMLSchema}integer"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the holder property.Gets the value of the issuer property.Gets the value of the serialNumber property.voidsetHolder(EntityType value) Sets the value of the holder property.voidsetIssuer(EntityType value) Sets the value of the issuer property.voidsetSerialNumber(BigInteger value) Sets the value of the serialNumber property.
-
Field Details
-
holder
-
issuer
-
serialNumber
-
-
Constructor Details
-
AttrCertIDType
public AttrCertIDType()
-
-
Method Details
-
getHolder
Gets the value of the holder property.- Returns:
- possible object is
EntityType
-
setHolder
Sets the value of the holder property.- Parameters:
value- allowed object isEntityType
-
getIssuer
Gets the value of the issuer property.- Returns:
- possible object is
EntityType
-
setIssuer
Sets the value of the issuer property.- Parameters:
value- allowed object isEntityType
-
getSerialNumber
Gets the value of the serialNumber property.- Returns:
- possible object is
BigInteger
-
setSerialNumber
Sets the value of the serialNumber property.- Parameters:
value- allowed object isBigInteger
-