Interface PublicIdentityExtension


  • public interface PublicIdentityExtension

    Interface for tPublicIdentityExtension complex type.

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

     <complexType name="tPublicIdentityExtension">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="IdentityType" type="{}tIdentityType" minOccurs="0"/>
             <element name="WildcardedPSI" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
             <element name="Extension" type="{}tPublicIdentityExtension2" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    Author:
    OpenCloud
    • Method Detail

      • getIdentityType

        IdentityType getIdentityType()
        Gets the value of the identityType property.
        Returns:
        possible object is IdentityType
      • setIdentityType

        void setIdentityType​(IdentityType value)
        Sets the value of the identityType property.
        Parameters:
        value - allowed object is IdentityType
      • getWildcardedPSI

        String getWildcardedPSI()
        Gets the value of the wildcardedPSI property.
        Returns:
        possible object is String
      • setWildcardedPSI

        void setWildcardedPSI​(String value)
        Sets the value of the wildcardedPSI property.
        Parameters:
        value - allowed object is String