Interface PSLocationInformationExtension
-
public interface PSLocationInformationExtension
Interface 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 Extension
getExtension()
Gets the value of the extension property.UserCSGInformation
getUserCSGInformation()
Gets the value of the userCSGInformation property.void
setExtension(Extension value)
Sets the value of the extension property.void
setUserCSGInformation(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
-
-