public function toXMLString()
 {
     $str = '';
     if ($this->MobileIDInfo != null) {
         $str .= '<ebl:MobileIDInfo>';
         $str .= $this->MobileIDInfo->toXMLString();
         $str .= '</ebl:MobileIDInfo>';
     }
     if ($this->RememberMeIDInfo != null) {
         $str .= '<ebl:RememberMeIDInfo>';
         $str .= $this->RememberMeIDInfo->toXMLString();
         $str .= '</ebl:RememberMeIDInfo>';
     }
     if ($this->IdentityTokenInfo != null) {
         $str .= '<ebl:IdentityTokenInfo>';
         $str .= $this->IdentityTokenInfo->toXMLString();
         $str .= '</ebl:IdentityTokenInfo>';
     }
     return $str;
 }
 public function toXMLString()
 {
     $str = '';
     if ($this->MobileIDInfo != null) {
         //prop is not a collection
         //prop is complex
         //prop is not enum
         //does not contain attribute or is attribute
         $str .= '<ebl:MobileIDInfo>';
         $str .= $this->MobileIDInfo->toXMLString();
         $str .= '</ebl:MobileIDInfo>';
     }
     if ($this->RememberMeIDInfo != null) {
         //prop is not a collection
         //prop is complex
         //prop is not enum
         //does not contain attribute or is attribute
         $str .= '<ebl:RememberMeIDInfo>';
         $str .= $this->RememberMeIDInfo->toXMLString();
         $str .= '</ebl:RememberMeIDInfo>';
     }
     if ($this->IdentityTokenInfo != null) {
         //prop is not a collection
         //prop is complex
         //prop is not enum
         //does not contain attribute or is attribute
         $str .= '<ebl:IdentityTokenInfo>';
         $str .= $this->IdentityTokenInfo->toXMLString();
         $str .= '</ebl:IdentityTokenInfo>';
     }
     return $str;
 }