Class EntityType
java.lang.Object
oasis.names.tc.dss_x._1_0.profiles.verificationreport.schema_.EntityType
Java class for EntityType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EntityType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="BaseCertificateID" type="{http://www.w3.org/2000/09/xmldsig#}X509IssuerSerialType" minOccurs="0"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Other" type="{urn:oasis:names:tc:dss:1.0:core:schema}AnyType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected X509IssuerSerialTypeprotected Stringprotected AnyType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the baseCertificateID property.getName()Gets the value of the name property.getOther()Gets the value of the other property.voidSets the value of the baseCertificateID property.voidSets the value of the name property.voidSets the value of the other property.
-
Field Details
-
baseCertificateID
-
name
-
other
-
-
Constructor Details
-
EntityType
public EntityType()
-
-
Method Details
-
getBaseCertificateID
Gets the value of the baseCertificateID property.- Returns:
- possible object is
X509IssuerSerialType
-
setBaseCertificateID
Sets the value of the baseCertificateID property.- Parameters:
value- allowed object isX509IssuerSerialType
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getOther
Gets the value of the other property.- Returns:
- possible object is
AnyType
-
setOther
Sets the value of the other property.- Parameters:
value- allowed object isAnyType
-