Interface PSLocationInformationExtension
-
public interface PSLocationInformationExtensionInterface for tPSLocationInformation-Extension complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tPSLocationInformation-Extension"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="UserCSGInformation" type="{}tUserCSGInformation" 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 ExtensiongetExtension()Gets the value of the extension property.UserCSGInformationgetUserCSGInformation()Gets the value of the userCSGInformation property.voidsetExtension(Extension value)Sets the value of the extension property.voidsetUserCSGInformation(UserCSGInformation value)Sets the value of the userCSGInformation property.
-
-
-
Method Detail
-
getUserCSGInformation
UserCSGInformation getUserCSGInformation()
Gets the value of the userCSGInformation property.- Returns:
- possible object is
UserCSGInformation
-
setUserCSGInformation
void setUserCSGInformation(UserCSGInformation value)
Sets the value of the userCSGInformation property.- Parameters:
value- allowed object isUserCSGInformation
-
getExtension
Extension getExtension()
Gets the value of the extension property.- Returns:
- possible object is
Extension
-
-