Interface PublicIdentityExtension2


  • public interface PublicIdentityExtension2

    Interface for tPublicIdentityExtension2 complex type.

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

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

      • getWildcardedIMPU

        String getWildcardedIMPU()
        Gets the value of the wildcardedIMPU property.
        Returns:
        possible object is String
      • setWildcardedIMPU

        void setWildcardedIMPU​(String value)
        Sets the value of the wildcardedIMPU property.
        Parameters:
        value - allowed object is String
      • getExtension

        Extension getExtension()
        Gets the value of the extension property.
        Returns:
        possible object is Extension
      • setExtension

        void setExtension​(Extension value)
        Sets the value of the extension property.
        Parameters:
        value - allowed object is Extension