Class XmlRoleOfPSP

java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlRoleOfPSP
All Implemented Interfaces:
Serializable

public class XmlRoleOfPSP extends Object implements Serializable

Java class for RoleOfPSP complex type.

The following schema fragment specifies the expected content contained within this class.

<complexType name="RoleOfPSP">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="oid" type="{http://dss.esig.europa.eu/validation/diagnostic}OID" minOccurs="0"/>
        <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>
See Also:
  • Field Details

  • Constructor Details

    • XmlRoleOfPSP

      public XmlRoleOfPSP()
  • Method Details

    • getOid

      public XmlOID getOid()
      Gets the value of the oid property.
      Returns:
      possible object is XmlOID
    • setOid

      public void setOid(XmlOID value)
      Sets the value of the oid property.
      Parameters:
      value - allowed object is XmlOID
    • 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