Class XmlRoleOfPSP
java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlRoleOfPSP
- All Implemented Interfaces:
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 Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
oid
-
name
-
-
Constructor Details
-
XmlRoleOfPSP
public XmlRoleOfPSP()
-
-
Method Details
-
getOid
Gets the value of the oid property.- Returns:
- possible object is
XmlOID
-
setOid
Sets the value of the oid property.- Parameters:
value
- allowed object isXmlOID
-
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
-