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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PublicIdentityExtension2
getExtension()
Gets the value of the extension property.Short
getIdentityType()
Gets the value of the identityType property.String
getWildcardedPSI()
Gets the value of the wildcardedPSI property.void
setExtension(PublicIdentityExtension2 value)
Sets the value of the extension property.void
setIdentityType(Short value)
Sets the value of the identityType property.void
setWildcardedPSI(String value)
Sets the value of the wildcardedPSI property.
-
-
-
Method Detail
-
getIdentityType
Short getIdentityType()
Gets the value of the identityType property.- Returns:
- possible object is
Short
-
setIdentityType
void setIdentityType(Short value)
Sets the value of the identityType property.- Parameters:
value
- allowed object isShort
-
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 isString
-
getExtension
PublicIdentityExtension2 getExtension()
Gets the value of the extension property.- Returns:
- possible object is
PublicIdentityExtension2
-
setExtension
void setExtension(PublicIdentityExtension2 value)
Sets the value of the extension property.- Parameters:
value
- allowed object isPublicIdentityExtension2
-
-