java.lang.Object
oasis.names.tc.dss_x._1_0.profiles.verificationreport.schema_.EntityType

public class EntityType extends Object

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 Details

  • Constructor Details

    • EntityType

      public EntityType()
  • Method Details

    • getBaseCertificateID

      public X509IssuerSerialType getBaseCertificateID()
      Gets the value of the baseCertificateID property.
      Returns:
      possible object is X509IssuerSerialType
    • setBaseCertificateID

      public void setBaseCertificateID(X509IssuerSerialType value)
      Sets the value of the baseCertificateID property.
      Parameters:
      value - allowed object is X509IssuerSerialType
    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getOther

      public AnyType getOther()
      Gets the value of the other property.
      Returns:
      possible object is AnyType
    • setOther

      public void setOther(AnyType value)
      Sets the value of the other property.
      Parameters:
      value - allowed object is AnyType