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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Extension
getExtension()
Gets the value of the extension property.String
getWildcardedIMPU()
Gets the value of the wildcardedIMPU property.void
setExtension(Extension value)
Sets the value of the extension property.void
setWildcardedIMPU(String value)
Sets the value of the wildcardedIMPU property.
-
-
-
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 isString
-
getExtension
Extension getExtension()
Gets the value of the extension property.- Returns:
- possible object is
Extension
-
-